{% extends 'base.html.twig' %} {% block title %}Mes objectifs – EOS{% endblock %} {% block body %}
| Plafond (kcal) | Plancher (g) | Actif depuis | Jusqu'au | Statut |
|---|---|---|---|---|
| {{ target.targetCalories }} | {{ target.targetProteins }} | {{ target.validFrom|date('d/m/Y') }} | {{ target.validUntil ? target.validUntil|date('d/m/Y') : '–' }} | {% if target.isOpen() %} Actif {% else %} Archivé {% endif %} |