{# -*- mode: jinja-html -*- #} {% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %}

Associer un référentiel de compétences

Association d'un référentiel de compétence à la formation {{formation.titre}} ({{formation.acronyme}})
Référentiel actuellement associé: {% if formation.referentiel_competence is not none %} {{ formation.referentiel_competence.specialite_long }} supprimer {% else %} aucun {% endif %}
{{ wtf.quick_form(form) }}
Pour charger un nouveau référentiel de compétences Orébut, passer par cette page.
{% endblock %}