{% extends "base_logged_in.html" %} {% load widget_tweaks %} {% load i18n %} {% load static %} {% load crispy_forms_tags %} {% load template_filters %} {% block title %}{% trans "pas.templates.detail.title" %}{% endblock %} {% block head %} {% endblock %} {% block content %}
{% include "toolbar_pas.html" with sn=sn showcontrols=True %} {% include "pas/state_component_pas.html" with sn=sn %}
{% trans "pas.templates.detail.fotografie" %}
{% if show.editovat %} {% endif %}
{% if soubory %} {% include "core/filetable.html" with next_url='/pas/detail/' ident=sn.ident_cely allow_replace=True vazba_trida="pas" %} {% else %}
info {% trans "pas.templates.detail.nalezBezFotografii" %}
{% endif %}
{% trans "pas.templates.detail.cardHeader.detail" %}
{% if show.editovat %} {% endif %}
{% if warnings %} {% endif %} {% include "pas/coor.html" with readonly=True%}
{% trans "pas.templates.detail.cardHeader.ulozeni" %}
{% if show.ulozeni_edit %}
{% endif %}
{% crispy ulozeni_form %}
{% endblock %} {% block script %} {% endblock %}