{% load static %} {% load dynamic_url %}
{% if d.obj_type == "magazine" %} {% if d.image and d.obj_type == "magazine" %} {{ d }} {% elif d.issue.first.image.exists %} {% with d.issue.first as i %} {{ d }} {% endwith %} {% else %} {{ d }} {% endif %} {% elif d.obj_type == "magazineissue" %} {% if d.image.exists %} {{ d }} {% else %} {{ d }} {% endif %} {% endif %}

{{ d }}

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

{% if d.obj_type == "magazineissue" %} {% else %} {% else %}-{% endif %} {% endif %} {% if d.obj_type == "magazineissue" %} {% endif %}
{{ d.obj_label|capfirst }}
{% if not d.published %} Unpublished {% endif %}
Magazine {{ d.magazine }}
Website {% if d.website %}{{ d.website_short }}
Publisher {{ d.publisher.country }} {{ d.publisher }} {% if d.publisher.website %} {% endif %}
Issue {{ d.issue_number }}
Date {{ d.publication_year|default:"-" }} / {{ d.get_publication_month_display|default:"-" }}
Pages {{ d.number_of_pages|default:"-" }}
Language {{ d.get_language_display }}
{% if d.obj_type == "magazine" %} Show {{ d.issues }} issue{{ d.issues|pluralize }} {% else %} Show all data {% endif %} {% if request.user.is_staff %}Edit{% endif %}