{% extends base %}
{% block head_extra %}
{% endblock head_extra %}
{% block content %}
{% import "macros/action_icons_static.html" as icons with context %}
{% block title %}Qualifications{% endblock %}
Qualification Types
{% if qualification_types %}
{% endif %}{# end of checking if qualification_types populated #}
Qualifications
Qualification type | Qualification Name | Qualification Description | Actions |
{% from "macros/dialog.html" import dlg_prep with context %}
{{ dlg_prep(["dlg_type", "dlg_qualification"]) }}
{# dlg divs below #}