{% load static %} {% load admin_urls %}
{% if item.name %} {% if item.metadata.package %}
{{ item.metadata.package }}
{% endif %} {{ item.name | linebreaksbr }}
{% if item.documentation.all %} {% endif %} {% if user.is_staff %} {% endif %}
{% if item.price %}
{{ item.price | floatformat:2 }} €
{% endif %} {% if item.form_factor %}
{{ item.form_factor.name }}
{% endif %} {% if item.distributor %} {% endif %} {% else %}
{% if user.is_staff %} {% endif %}
{% endif %}