{% extends "base.html" %} {% load staticfiles %} {% load url from future %} {% block breadcrumbs %}
Menor | {{ registro.menor.nombre}} {{ registro.menor.apellido_paterno}} {{ registro.menor.apellido_materno}} | ||||||||
---|---|---|---|---|---|---|---|---|---|
CURP | {{ registro.menor.curp}} | ||||||||
Tipo | {{ registro.tipo_movimiento}} | ||||||||
Organismo | {{ registro.organismo}} | ||||||||
Fecha de Ingreso | {{ registro.fecha}} | ||||||||
Edad | {% if registro.menor.edad < 1%}{{ registro.menor.edad|floatformat}} Meses | {% else %}{{ registro.menor.edad|floatformat}} Años | {% endif %}|||||||
Fecha Nacimiento | {{ registro.menor.fecha_nacimiento}} | ||||||||
Lugar de Nacimiento | {{ registro.menor.lugar_nacimiento}} | ||||||||
Domicilio | {% if registro.domicilio%}
|
{% else%}
Situacion de Calle | {% endif%}|||||||
Documentos | {% for documento in doc %}{% for x in documento.documento.all%}{{x}} {% endfor %}{% endfor %} |
||||||||
No se encontraron registros |