{% extends "shared/includes/base.html" %} {% load subtract markdownify %} {% block content %}
Základní informace | |
Identifikační číslo | {{ contract.id_number }} |
Typy |
|
Nadřazená smlouva | {% include "contracts/includes/tag.html" with url=contract.primary_contract_url icon="ico--file-blank" content=contract.primary_contract.name %} |
Podřazené smlouvy |
|
Souhrn | {{ contract.summary }} |
Je platná | |
Náklady | {{ contract.cost_amount }} Kč {% if contract.cost_unit == contract.CostUnits.TOTAL %} celkem {% elif contract.cost_unit == contract.CostUnits.OTHER %} / {{ contract.cost_unit_other }} {% else %} / {{ contract.get_cost_unit_display.lower }} {% endif %} |
{% if user.can_view_confidential %}Veřejné s{% else %}S{% endif %}oubory |
{% with contract.get_public_files as files %}
{% if files|length != 0 %}
|
{% include "contracts/includes/private_info_icon.html" %}
Neveřejné soubory
|
{% with contract.get_private_files as files %}
{% if files|length != 0 %}
|
{% include "contracts/includes/private_info_icon.html" %}
Důvod nezveřejnění
|
{{ contract.publishing_rejection_comment|markdownify|safe }}
|
{% endif %}
{% endif %}
Fyzický dokument | |
Stav | {{ contract.get_paper_form_state_display }} {% if contract.paper_form_person_responsible %} (zodpovídá {{ contract.paper_form_person_responsible }}) {% endif %} |
Spisovna |
{% if contract.filing_area %}
{% include "contracts/includes/tag.html" with url=contract.filing_area.url icon="ico--drawer" content=contract.filing_area.name %}
{% else %}
Žádná
{% endif %}
|
Data | |
Začátek účinnosti | {{ contract.valid_start_date }} |
Konec účinnosti | {% if contract.valid_end_date %} {{ contract.valid_end_date }} {% else %} Neurčitý {% endif %} |
Odkazy | |
Výběrové řízení | {% if contract.tender_url %} {{ contract.tender_url }} {% else %} Není zadáno {% endif %} |
Schválení |
{% with contract.approvals.all as approvals %}
{% if approvals|length != 0 %}
|
Záměry |
{% with contract.intents.all as intents %}
{% if intents|length != 0 %}
|
Doplňující informace | |
{% if not user.can_view_confidential %}Poznámky{% else %}Problémy{% endif %} |
|
{% include "contracts/includes/private_info_icon.html" %}
Interní poznámky
|
{{ contract.notes|markdownify|safe }}
|
Čas vytvoření | {{ contract.created_on }} |
Čas poslední aktualizace | {{ contract.updated_on }} |
Nahráno uživatelem | {{ contract.created_by }} |
Datum podpisu všech smluvních stran: {{ contract.all_parties_sign_date }}
{% endif %}Zástupci:
Datum podpisu: {{ signature.date }}
Zástupci:
Datum podpisu: {{ signature.date }}