{% if json.err != 0 %}
{% include "./erreur.html" %}
{% else %}
{% if is_portal_agent %}
Prestations périscolaires
{% else %}
Prestations périscolaires
{% endif %}
{% include "./rib.html" with rib=json.data rl1_num=rl_list.data.0.num demarche="mon prélèvement automatique pour les prestations périscolaires" %}
{% endif %}