{% extends 'certification_tool/dashboard.html' %} {% load i18n %} {% block title %}{% trans 'Skills' %}{% endblock title %} {% block content %}

{% trans 'Skills Overview' %}

{% trans 'Concordance of the professional skills of the curriculum with the presentend achievements' %}
{% trans 'Program:' %} {{ portfolio.programme }} (# {{ portfolio.programme.code }} - {{ portfolio.programme.version }})
{% for achievement in achievements %} {% endfor %} {% for skill in skills %} {% for achievement in achievements %} {% endfor %} {% endfor %}
# {% trans 'Skills of the curriculum' %} {{ forloop.counter }}
{{ skill.code }} {{ skill.name }} {{ v_table[forloop.parentloop.counter0][forloop.counter0] }}
{% endblock content %}