{% extends 'assessments/base.html' %} {% load i18n %} {% block head %} {{ block.super }} {% endblock %} {% block section_title %} {% trans 'Certification Levels' %} {% endblock %} {% block section_actions %} {% trans 'Add new certification level' %} {% endblock %} {% block section_content %}
| {% for certification_program in certificationprogram_list %} | {{ certification_program.name }} | {% endfor %}
|---|