{% extends 'base.html' %} {% load markdown %} {% block header %}

{{ rolling_stock }}

{% 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 cards %} {% for t in rolling_stock.image.all %}
Rolling stock image
{% endfor %} {% endblock %} {% block extra_content %}
{% if request.user.is_staff %}Edit{% endif %}
{% endblock %}