{% extends "nota.html" %} {% block title %}{% if e %}Visación {{ e.id }}{% endif %}{% endblock %} {% block content %} {% if e %}
Expte. {{ e.id }}
{% if e.expedientelugar_set.all %} {% for el in e.expedientelugar_set.all %}


Gálvez, {% now 'j \d\e F, Y' %}
{{ sr }}
{{ localidad }}
S                              /                              D

De mi mayor consideración:

Quien suscribe, {% for profesional in e.profesionales_firmantes.all %} {{ profesional.titulo }} {{ profesional.nombres }} {{ profesional.apellidos }}, {% endfor %} SOLICITA la visación del Plano de {% for objeto in e.objetos.all %} {{ objeto.nombre.upper }}, {% endfor %} de la propiedad de {% for p in e.propietarios %} {% if p.sucesion %}Sucesor{% if e.firmantes_count > 1 %}es{% endif %} de {% endif %} {{ p.persona.nombre_completo }}, {% endfor %} ubicada en su distrito: {{ e.expedientepartida_set.first.partida.sd.ds.nombre|upper }}, {{ el.lugar.nombre }} {% if el.catastrolocal_set.all %} ( {% for c in el.catastrolocal_set.all %} {{ c }}{% if c.subparcela %} - Subparcela:{{c.subparcela}}{% endif %}{% if c.suburbana %}, Zona Suburbana{% endif %}{% if not forloop.last %}; {% endif %} {% endfor %} ) {% endif %}.

Se adjuntan dos copias del plano.

Sin más, saludo a UD. muy atte.






{% for profesional in e.profesionales_firmantes.all %} {{ profesional.nombres }} {{ profesional.apellidos }}
{{ profesional.titulo }}
ICoPA Nº {{ profesional.icopa }}
CUIT: {{ profesional.cuit_cuil }} {% endfor %}
{% endfor %} {% endif %} {% endif %} {% endblock %}