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

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

{% endif %} {% if not consist.published %} Unpublished | {% endif %} Updated {{ consist.updated_time | date:"M d, Y H:i" }} {% endblock %} {% block carousel %} {% if consist.image %}
{% endif %} {% endblock %} {% block cards_layout %}
{% block cards %} {% for d in data %} {% include "cards/roster.html" %} {% endfor %} {% endblock %}
{% if loads %}

{% for l in loads %} {% include "cards/roster.html" with d=l %} {% endfor %}
{% endif %} {% endblock %} {% block pagination %} {% if data.has_other_pages %} {% endif %} {% endblock %} {% block extra_content %}
{% if request.user.is_staff %}Edit{% endif %}
{% endblock %}