{% extends 'base.html' %} {% block header %} {% if rolling_stock.tags.all %}

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

{% endif %} Updated {{ rolling_stock.updated_time | date:"M d, Y H:i" }} {% endblock %} {% block carousel %}