{% extends "cards.html" %} {% block header %} {{ block.super }} {% if magazine.tags.all %}

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

{% if not magazine.published %} Unpublished | {% endif %} Updated {{ magazine.updated_time | date:"M d, Y H:i" }} {% endif %} {% endblock %} {% block carousel %} {% if magazine.image %}
{% endif %} {% endblock %} {% block pagination %} {% if data.has_other_pages %} {% endif %} {% endblock %} {% block extra_content %}
{% if request.user.is_staff %}Edit{% endif %}
{% endblock %}