{% trans "Anniversaires" %}
-
{% for profile in result %}
- {{ profile.full_name }} : {{ profile.birth_date|date:"j F" }} ({{ profile.age }} {% trans "ans" %}) {% endfor %}
{% extends "fiches/base.html" %} {% load i18n %} {% block content %}