{% extends "cards.html" %} {% block header %} {% if consist.tags.all %}
Tags: {% for t in consist.tags.all %} {{ t.name }}{# new line is required #} {% endfor %}
Updated {{ consist.updated_time | date:"M d, Y H:i" }} {% endif %} {% endblock %} {% block carousel %} {% if consist.image %}