{% load i18n %}
{% if section.igsn.value %}
{{section.igsn.label}}:
{{section.igsn.value}}
{%endif%} {% if section.obdobi.value %}
{{section.obdobi.label}}:
{{section.obdobi.value}}{% if section.presna_datace.value %} ({{section.presna_datace.value}}){%endif%}
{%endif%} {% if section.druh_nalezu.value %}
{{section.druh_nalezu.label}}:
{{section.druh_nalezu.value}}{% if section.specifikace.value %} ({{section.specifikace.value}}){%endif%}
{%endif%} {% if section.katastr.value %}
{{section.katastr.label}}:
{{section.katastr.value}}
{%endif%}