{{section.section_name}}
{% if section.path %}
{{ section.path.label }}:
{{ section.path.value.value }}
{% endif %} {% if section.rozsah %}
{{ section.rozsah.label }}:
{{ section.rozsah.value }}
{% endif %} {% if section.size_mb %}
{{ section.size_mb.label }}:
{{ section.size_mb.value }}
{% endif %} {% if section.sha_512 %}
{{ section.sha_512.label }}:
{{ section.sha_512.value }}
{% endif %}
{% for key, value in section.items %} {% if forloop.last and "historie" in key %}
{% include value.template with section=value %}
{% endif %} {% endfor %}