{% 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.') }}
| S.No | College | Timezone | Added By | Action |
|---|---|---|---|---|
| {{ 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.') }} | ||||