{% extends 'html/base.html' %} {% load static %} {% block title %} Cases Paginator {% endblock %} {% block content %}
{% for case in cases %}
{{ case.first_name }} {{ case.last_name }}
Person Standing Icon {{ case.birth_date }}
Person Standing Icon Père
{{ case.father_full_name }}
Person Standing Icon Mère
{{ case.mother_full_name }}
{% endfor %}

{% endblock %}