{% extends "base.html" %} {% from "_ui.html" import page_head, empty, college_badge, college_meta, logo_field %} {% block title %}Add College{% endblock %} {% block content %} {{ page_head('cap', 'Add College', 'Create the colleges that KT is attached to.') }}

{{ icon('plus') }} New college

{{ icon('cap') }}
{{ icon('link') }}
{{ icon('map-pin') }}
{{ logo_field() }}

{{ icon('list') }} Existing colleges

{{ rows|length }} total
{% for c in rows %} {% else %} {% endfor %}
S.NoCollegeTimezoneAdded ByAction
{{ loop.index }}
{{ college_badge(c) }}{{ c.name }}
{{ college_meta(c) }}
{{ c.timezone or '-' }} {% if c.added_by %}{{ icon('user') }}{{ c.added_by }}{% else %}-{% endif %} {{ icon('file-plus') }} Add KT Criteria {{ icon('edit') }}
{{ empty('inbox', 'No colleges yet.') }}
{% endblock %}