{% load i18n %}
{% trans "Ref." %} | {% trans "Name" %} | {% trans "Periods" %} | {% trans "Remains" %} |
---|---|---|---|
{{archaeosite.reference}} | {{archaeosite.name}} | {% for period in archaeosite.periods.all %}{{period}}{% include "blocks/comma_list.html" %}{% endfor %} | {% for remain in archaeosite.remains.all %}{{remain}}{% include "blocks/comma_list.html" %}{% endfor %} |
{% trans "No archaeological site associated" %} |