{% extends 'base.html.twig' %} {% block title %}Ration ยท VetRation{% endblock %} {% block body %} Plans de rationnement {{ ration.planRationnement.nom }} {% if ration.id is not null %} {{ ration.nom }} {% else %} Nouvelle ration {% endif %}