{% extends "shared/includes/base.html" %} {% block content %} {% if signee.entity_type == signee.EntityTypes.LEGAL_ENTITY or signee.entity_type == signee.EntityTypes.OTHER %} {% include "contracts/includes/double_heading.html" with icon="ico--office" heading=signee.inline_name subheading="Jiná smluvní strana" %} {% else %} {% include "contracts/includes/double_heading.html" with icon="ico--user" heading=signee.inline_name subheading="Jiná smluvní strana" %} {% endif %} {% if signee.has_any_address_information %}
{{ signee.name }} {% if signee.department %} - {{ signee.department }} {% endif %}
{% if signee.entity_type != signee.EntityTypes.OTHER %}
{{ signee.get_entity_type_display }}
{% endif %} {% if user.can_view_confidential and not signee.entity_has_public_address %}
{% endif %}
{% 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 %} {% if signee.address_street_with_number %}{{ signee.address_street_with_number }}
{% endif %} {% if signee.address_zip %}{{ signee.address_zip }}{% endif %} {% if signee.address_district %}{{ signee.address_district }}
{% endif %} {% if signee.address_country %}{{ signee.address_country }}{% endif %} {% else %} {% if signee.address_district %}{{ signee.address_district }},{% endif %} {% if signee.address_country %}{{ signee.address_country }}{% endif %} {% endif %} {% if signee.ico_number %}

IČO: {{ signee.ico_number }} {% endif %} {% if user.can_view_confidential and signee.date_of_birth %}

Datum narození: {{ signee.date_of_birth }} {% endif %} {% if user.can_view_confidential and not signee.entity_has_public_address %}
{% endif %}
{% endif %}

Smlouvy podepsané touto stranou

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