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

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

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