{% extends "base.html" %} {% load staticfiles %} {% load url from future%} {% block contenido %}
Pendientes Foto
{% for registro in datos %} {% if registro.expediente.foto != '' %} {%else%} {% endif%} {%empty%} {%endfor%}
{% endblock %}