{% extends "base_logged_in.html" %} {% load i18n %} {% load static %} {% load template_filters %} {% load template_tags %} {% block title %}{% trans "projekt.templates.detail.title" %}{% endblock %} {% block head %} {% endblock %} {% block content %}
{% include "toolbar_projekt.html" with projekt=projekt showcontrols=True %}
{% trans "projekt.templates.detail.cardheader.detail" %}
{% if show.editovat %} {% endif %}
{% if warnings %} {% endif %}
info
{% trans "projekt.templates.detail.detailPart.prihlaseniProjektu.label" %}
{% trans "projekt.templates.detail.detailPart.terenniCast.divider" %}
{% if show.oznamovatel %}
{% trans "projekt.templates.detail.cardHeader.oznamovatel" %}
{% if show.editovat %} {% endif %}
{% endif %}
{% trans "projekt.templates.detail.cardHeader.projektovaDokumetace" %}
{% if show.soubor_nahrat %} {% endif %}
{% if soubory %} {% include "core/filetable.html" with next_url='/projekt/detail/' ident=projekt.ident_cely allow_replace=False vazba_trida="projekt" %} {% else %}
info {% trans "projekt.templates.detail.dokumentacePart.bezDokumentu" %}
{% endif %}
{% if show.akce %}
{% trans "projekt.templates.detail.cardHeader.archeologickeAkce" %}
{% if show.pridat_akci == True %} add {% endif %}
{% if akce %} {% for a in akce %} {% endfor %}
{% trans "projekt.templates.detail.akcePart.table.identCely.label" %} {% trans "projekt.templates.detail.akcePart.table.hlavniKatastr.label" %} {% trans "projekt.templates.detail.akcePart.table.datumZahajeni.label" %} {% trans "projekt.templates.detail.akcePart.table.datumUkonceni.label" %} {% trans "projekt.templates.detail.akcePart.table.hlavniTyp.label" %} {% trans "projekt.templates.detail.akcePart.table.stav.label" %}
brush {{ a.archeologicky_zaznam.ident_cely }} {{ a.archeologicky_zaznam.hlavni_katastr }} {% if a.archeologicky_zaznam.katastry.all %}, {{ a.archeologicky_zaznam.katastry.all|katastry_to_list }}{% endif %} {{ a.datum_zahajeni|date:'Y-m-d' }} {{ a.datum_ukonceni|date:'Y-m-d' }} {{ a.hlavni_typ|check_if_none }}
{{ a.archeologicky_zaznam.get_stav_display }}
{% else %}
info {% trans "projekt.templates.detail.akcePart.bezAkci" %}
{% endif %}
{% endif %} {% if show.samostatne_nalezy %}
{% trans "projekt.templates.detail.cardHeader.samostatneNalezy" %}
{% if show.pridat_sam_nalez == True %} {% endif %}
{% if samostatne_nalezy %} {% for nalez in samostatne_nalezy %} {% endfor %}
{% trans "projekt.templates.detail.nalezyPart.table.nahled.label" %} {% trans "projekt.templates.detail.nalezyPart.table.identCely.label" %} {% trans "projekt.templates.detail.nalezyPart.table.stav.label" %} {% trans "projekt.templates.detail.nalezyPart.table.katastr.label" %} {% trans "projekt.templates.detail.nalezyPart.table.datumNalezu.label" %} {% trans "projekt.templates.detail.nalezyPart.table.nalezce.label" %} {% trans "projekt.templates.detail.nalezyPart.table.obdobi.label" %} {% trans "projekt.templates.detail.nalezyPart.table.druhNalezu.label" %}
{% if nalez.nahled_soubor and nalez.small_thumbnail %} {% endif %} brush {{ nalez.ident_cely }}
{{ nalez.get_stav_display }}
{{ nalez.katastr }} {{ nalez.datum_nalezu|date:'Y/m/d' }} {{ nalez.nalezce }} {{ nalez.obdobi }} {{ nalez.druh_nalezu }}
{% else %}
info {% trans "projekt.templates.detail.nalezyPart.bezNalezu" %}
{% endif %}
{% endif %} {% if show.dokumenty %} {% include "dokument/dokument_table.html" with type="projekt" zaznam=projekt%} {% endif %}
{% include "modals/generovat_potvrzeni.html" with projekt=projekt %} {% include "modals/vytvorit_expertni_list.html" with projekt=projekt %} {% endblock %} {% block script %} {% endblock %}