Qualification Types
{% if qualification_types %}| Qualification type | (actions) |
|---|---|
| {{ type.v_qualification_type }} | {{ icons.edit_svg(bl_quotes=False, s_label="edit type") }} × |
{% 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 type | (actions) |
|---|---|
| {{ type.v_qualification_type }} | {{ icons.edit_svg(bl_quotes=False, s_label="edit type") }} × |