{% load static %} {% load dynamic_url %}
{% if d.image.exists %} {{ d }} {% else %} {{ d }} {% endif %}

{{ d }}

Tags: {% for t in d.tags.all %} {{ t.name }}{# new line is required #} {% empty %} {% endfor %}

{% if d.obj_type == "catalog" %} {% elif d.obj_type == "book" %} {% endif %}
{{ d.obj_label|capfirst }}
{% if not d.published %} Unpublished {% endif %}
Manufacturer {{ d.manufacturer }}{% if d.manufacturer.website %} {% endif %}
Scales {{ d.get_scales }}
Authors
    {% for a in d.authors.all %}
  • {{ a }}
  • {% endfor %}
Publisher {{ d.publisher.country }} {{ d.publisher }}
Language {{ d.get_language_display }}
Pages {{ d.number_of_pages|default:"-" }}
Year {{ d.publication_year|default:"-" }}
Show all data {% if request.user.is_staff %}Edit{% endif %}