{% load static %} {% if show_manufacturer %} {% endif %} {% if show_distributor %} {% endif %} {% for item in items %} {% if show_manufacturer %} {% endif %} {% if show_distributor %} {% endif %} {% endfor %}
Name Description ContainerManufacturerDistributor
{{ item.name }} {% if item.documentation.all %} {% endif %} {% if user.is_staff %} {% endif %} {{ item.description }} {{ item.container.display_name }} {% if item.manufacturer %} {% if item.manufacturer.icon %}{% endif %}{{ item.manufacturer.name }} {% else %} - {% endif %} {% if item.distributor %} {% if item.distributor.icon %}{% endif %}{{ item.distributor.name }} {% else %} - {% endif %}