{% extends "cards.html" %} {% block cards %} {% for c in consist %}
Tags: {% for t in c.tags.all %} {{ t.name }}{# new line is required #} {% endfor %}
{% endif %}Consist data | |
---|---|
Address | {{ c.address }} |
Company | {{ c.company }} |
Era | {{ c.era }} |
Length | {{ c.consist_item.all | length }} |