{% load static %} {% load dcc %}
{% if d.image.exists %} {{ d }} {% else %} {{ d }} {% endif %}

{{ d }}

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

Rolling stock
{% if not d.published %} Unpublished {% endif %} {% if d.company.freelance %} Freelance {% endif %}
Type {{ d.rolling_class.type }}
Company {{ d.company.country }} {{ d.company }}
Class {{ d.rolling_class.identifier }}
Road number {{ d.road_number }}
Era {{ d.era }}
Manufacturer {%if d.manufacturer %} {{ d.manufacturer }}{% if d.manufacturer.website %} {% endif %} {% endif %}
Scale {{ d.scale }}
Item number {{ d.item_number }}{%if d.set %} | SET{% endif %}
DCC {% dcc d %}
Show all data {% if request.user.is_staff %}Edit{% endif %}