{% extends "base.html" %} {% from "_ui.html" import page_head, rich_editor %} {% block title %}{{ 'Edit KT' if kt else (block_meta[block_type].label if block_type else 'Add KT') }}{% endblock %} {% block content %} {% if not block_type %} {# ---------- step 1: pick a block type (the KT Criteria is already fixed) ---------- #} {{ page_head('list', 'Add KT', 'Choose what kind of KT to add inside ' ~ (selected_criteria.title if selected_criteria else 'this KT Criteria') ~ '.') }} {% if selected_criteria %}
Choose a KT Criteria first, then add KT inside it. Go to Find College KT.