{% if show.ez_odkazy %}
{% trans "ez.templates.detail.odkazy.pridatAkci.label" as pridatLabel %}
{% trans "ez.templates.detail.odkazy.tableAkce.label" as tableLabel %}
{% trans "ez.templates.detail.odkazy.zadnaAkce.text" as tabletext %}
{% include "ez/ez_odkazy_table.html" with zaznamy=ez_akce type="arch_z" card_type="akce"%}
{% trans "ez.templates.detail.odkazy.pridatLokalitu.label" as pridatLabel %}
{% trans "ez.templates.detail.odkazy.tableLokalitu.label" as tableLabel %}
{% trans "ez.templates.detail.odkazy.zadnaLokalitu.text" as tabletext %}
{% include "ez/ez_odkazy_table.html" with zaznamy=ez_lokality type="lokalita" card_type="lokalita"%}
{% endif %}