{% extends "base_logged_in.html" %} {% load widget_tweaks %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% load template_filters %} {% block title %}{{page_title}}{% endblock %} {% block head %} {% endblock %} {% block content %}
{% include "toolbar_externi_zdroj.html" with showcontrols=True %} {% include "ez/stepper.html" %}
{% trans "ez.templates.detail.cardHeader" %}
{% if show.editovat %} {% endif %}
{% if warnings %} {% endif %}
{% crispy form %}
{% 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 %}
{% endblock %} {% block script %} {% endblock %}