{% load static %} {% load solo_tags %} {% load markdown %} {% get_solo 'portal.SiteConfiguration' as site_conf %} {{ site_conf.site_name }}

{{ rolling_stock }}

{% if rolling_stock.tags.all %}

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

{% endif %}
{% if request.user.is_staff %}Edit{% endif %}
{% for t in rolling_stock.image.all %}
Rolling stock image
{% endfor %}
{% include 'footer.html' %}