{% extends "shared/includes/base.html" %} {% block content %}

{{ signee.name }}{% if signee.department %}, {{ signee.department }}{% endif %}

Jiná smluvní strana

{{ signee.name }} {% if signee.department %} - {{ signee.department }} {% endif %} {% if signee.role %} ({{ signee.role }}) {% endif %}
{{ signee.get_entity_type_display }} {% if not signee.entity_has_public_address %} {% if user.can_view_confidential %}
{% include "contracts/includes/private_info_icon.html" %} Máš přístup k celé adrese.
{% else %} (zobrazujeme pouze obec) {% endif %} {% endif %}
{% if user.can_view_confidential or signee.entity_has_public_address %} {{ signee.address_street_with_number }}
{{ signee.address_zip }} {{ signee.address_district }}
{{ signee.get_address_country_display }}
{% else %} {{ signee.address_district }}
{% endif %} {% if signee.ico_number %} IČO: {{ signee.ico_number }}
{% endif %}

Smlouvy podepsané touto stranou

{% include "contracts/includes/contract_list.html" with page=contracts_page paginator=contracts_paginator %} {% endblock %}