{% 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 %}
| {% 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" %} |
|---|---|---|---|---|---|
| {{ 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 }}
|
| {% 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" %} |
|---|