{#
One party block. Included with `party` and `role` in the context:
{% with party=doc.issuer, role="Emitente" %}{% include "_party.html" %}{% endwith %}
#}
{{ role }}
{{ party.name }}
{% if party.document %}
CPF/CNPJ: {{ party.document | doc }}
{% endif %}
{% if party.address %}
{{ party.address }}
{% endif %}
{% if party.email %}
{{ party.email }}
{% endif %}
{% if party.phone %}
{{ party.phone }}
{% endif %}
{% for label, value in party.extra.items() %}