{% extends 'dg_ufr/base_ufr.html' %} {% load static %} {% load custom_tag %} {% load custom_tag_obj %} {% block content %}
GROUPE {% include 'dg_ufr/modal/modal_add_info.html' %}
{% for item in infos %} {% endfor %}
ETABLISSEMENT CIBLE TITRE PUBLIEE?
ETABLISSEMENT CIBLE TITRE PUBLIEE?
{{ forloop.counter }} {{ item.ufr }} {{ item.cible }} {{ item.titre }} {% if item.published %} OUI {% else %} NON {% endif %} {% include 'dg_ufr/modal/modal_delete_info.html' %}
{% endblock content %} {% block custom_js %} {% endblock custom_js %}