{% endif %}
{% if editable and not ue.is_locked() %}
modifier
{% endif %}
{% if ue.type != codes_cursus.UE_SPORT %}
{% if ue.niveau_competence %}
{{ue.niveau_competence.competence.titre}}
ordre {{ue.niveau_competence.ordre}}
{{ue.niveau_competence.libelle}}
{% else %}
{{scu.EMO_WARNING|safe}}
pas de niveau de compétence associé !
{% endif %}
{% if editable and not ue.is_locked() %}
modifier associations
{% endif %}
{% endif %}
{% if ue.type == 1 and ue.modules.count() == 0 %}
aucun module rattaché !
{% endif %}