{% extends "base.html" %} {% block content %}

{{ skill.longLabel }}

{{ skill.shortLabel }}

{% if skill.prerequisite.all %}

Prérequisites

{% endif %} {% if skill.educative.all %}

Educatives

{% endif %} {% if skill.educativeOf.all %}

Educate to

{% endif %}
{% if skill.content %}
{{ skill.to_markdown | safe }}
{% endif %}
{% endblock %} {% block footerscript %} {% endblock %}