{% if d.image %} {{ d }} {% else %} {% with d.consist_item.first.rolling_stock as r %} {{ d }} {% endwith %} {% endif %}

{{ d }}

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

{% if d.address %} {% endif %}
Consist
{% if not d.published %} Unpublished {% endif %} {% if d.company.freelance %} Freelance {% endif %}
Address {{ d.address }}
Company {{ d.company.country }} {{ d.company }}
Era {{ d.era }}
Length {{ d.length }}
Show all data {% if request.user.is_staff %}Edit{% endif %}