{% extends "nota.html" %} {% block title %}{% if e %}Carátula {{ e.id }}{% endif %}{% endblock %} {% block stylesheets %} {% endblock %} {% block encabezado %}{% endblock %} {% block content %} {% if e %} Expte. {{ e.id }}
PLANO DE MENSURA
{{ e.inscripcion_numero|default:"__________" }}

PII Nº: {% if e.expedientepartida_set.count > 1 %} VER DETALLE {% else %} {% for ep in e.expedientepartida_set.all %} {% with ep.partida as p %} {{ p.pii|stringformat:"06d" }}/{{ p.subpii|stringformat:"04d" }} {% endwith %} {% endfor %} {% endif %}
PROVINCIA: SANTA FE
DEPARTAMENTO: {% regroup e.expedientepartida_set.all by partida.sd.dp.nombre as ep %} {% for dp in ep %} {{ dp.grouper|upper }}{% if not forloop.last %}, {% endif %} {% endfor %}
DISTRITO: {% regroup e.expedientepartida_set.all by partida.sd.ds.nombre as ep %} {% for ds in ep %} {{ ds.grouper|upper }}{% if not forloop.last %}, {% endif %} {% endfor %}
LUGAR: {% for el in e.expedientelugar_set.all %} {{ el.lugar.nombre|upper }}{% if not forloop.last %}, {% endif %} {% endfor %}
{% for el in e.expedientelugar_set.all %} {% for c in el.catastrolocal_set.all %}               Sección: {{ c.seccion }} - Manzana: {{ c.manzana }} - Parcela: {{ c.parcela }}{% if c.subparcela %} - Subparcela: {{ c.subparcela }}{% endif %}{% if c.suburbana %}- Zona Suburbana{% endif %}
{% endfor %} {% endfor %}

OBJETO: {% for ep in e.expedienteobjeto_set.all %} {{ ep.objeto.nombre|upper }} {% endfor %}

PROPIETARIO: {% for ep in e.expedientepersona_set.all %} {% if ep.propietario %}
              {{ ep.persona.nombres|upper }} {{ ep.persona.apellidos }} {% if ep.sucesion %}(* hoy sus sucesores){% endif %} {% if ep.nuda_propiedad %}(* nuda propiedad){% endif %} {% if ep.partes_indivisas_propias %}({{ ep.partes_indivisas_propias }}/{{ ep.partes_indivisas_total }} partes indivisas){% endif %} {% endif %} {% endfor %}

INMUEBLE: {{ inmueble }}

DOMINIO: Tº: {{ tomo|default:"_____" }} {% if par %}Par{% else %}Impar{% endif %} - Fº: {{ folio|default:"_____" }} - Nº: {{ numero|default:"_____" }} - {{ fecha_dominio|default:"___/___/_____" }}

BALANCE DE SUPERFICIES:
Sup. s/Título {% with e.expedientepartida_set.all|first as ep %} {% with ep.catastro_set.all|first as c %} {% if c.zona.id = 4 %} ____has ____as ____cas ____dm² {% else %} _______.____ m² {% endif %} {% endwith %} {% endwith %}
Sup. s/Mensura
        Lote ___ {% with e.expedientepartida_set.all|first as ep %} {% with ep.catastro_set.all|first as c %} {% if c.zona.id = 4 %} ____has ____as ____cas ____dm² {% else %} _______.____ m² {% endif %} {% endwith %} {% endwith %}



{% with e.expedienteprofesional_set.all|first as p %}
  {{ p.profesional.nombres|upper }} {{ p.profesional.apellidos|upper }}
  {{ p.profesional.titulo|upper }} ICoPA {{ p.profesional.icopa }}
GÁLVEZ, {{ e.fecha_plano|date:"E \D\E Y"|default:"__________"|upper }} {{ p.profesional.domicilio }} - {{ p.profesional.lugar.obs|upper }}
{% endwith %}
OBSERVACIONES:
Expediente Co.P.A. Nº {{ e.orden_numero|default:"__________" }} - {{ e.orden_fecha|default:"___/___/______" }}
{% for a in e.antecedente_set.all %} {% if 'Modifica' in a.obs %}{{ a.obs }}
{% endif %} {% endfor %} {{ obs }}


{% with e.expedientepartida_set.all|first as ep %} {% with ep.partida as p %} {% with ep.catastro_set.all|first as c %} {% if e.expedientepartida_set.count > 1 %} {% else %} {% endif %} {% endwith %} {% endwith %} {% endwith %}
NOMENCLATURA CATASTRAL
DPTODTOSUBDTOZ
{{ p.sd.dp }}{{ p.sd.ds }}{{ p.sd.subdistrito }}{{ c.zona }}
SECCPOLIGMANZANA
{{ c.seccion|add:"0"|stringformat:"02d" }}{{ c.poligono }}{{ c.manzana|add:"0"|stringformat:"04d" }}
PARCELASUBPARC
VER DETALLE
{{ c.parcela|add:"0"|stringformat:"04d" }}{{ c.subparcela|add:"0"|stringformat:"04d" }}

{% if e.expedientepartida_set.count > 1 %}
DETALLE DE PARTIDAS DE IMPUESTO INMOBIBLIARIO
{% for ep in e.expedientepartida_set.all %} {% with ep.partida as p %} {% for c in ep.catastro_set.all %} {% endfor %} {% endwith %} {% endfor %}
MENSURATÍTULOPARTIDALOTEPLANOPARCELASUBPARC
{{ p.pii|stringformat:"06d" }}/{{ p.subpii|stringformat:"04d" }}{{ c.parcela|add:"0"|stringformat:"04d" }}{{ c.subparcela|add:"0"|stringformat:"04d" }}
{% endif %} {% else %}

No existe el expediente.

{% endif %} {% endblock %}