{% extends "admin/base_site.html" %} {% load static %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

{{ student }} {% if perms.stages.change_student %} {% endif %}

Date de naissance :{{ student.birth_date }}
Adresse :{{ student.street }}, {{ student.pcode }} {{ student.city }} {{ student.district }}
Courriel :{{ student.email }}
Tél :{{ student.tel }}
Portable :{{ student.mobile }}
{% if student.option_ase %}
Orientation : {{ student.option_ase }}
{% endif %} {% if form %}
{% csrf_token %} {{ form.as_p }} {{ form.files_fset.management_form }} {% for frm in form.files_fset %}
{{ frm.as_p }}
{% endfor %}
{% endif %} {% endblock %}