{% extends 'EspaceEtudiant/base_etudiant.html' %} {% load static %} {% block m-title %}Gestion des Comptes > Etudiant{% endblock m-title %} {% load widget_tweaks %} {% block content %}

EDITER UN ETUDIANT

{% csrf_token %} {% for field in form %}
{% render_field field class="form-control" placeholder="Renseignez le champ" %} {% if field.name == 'nb_enfant' or field.name == 'boursier' %}
g
{% endif %}
{% endfor %}
{% endblock content %} {% block custom_js %} {% endblock custom_js %}