{% extends 'base.html' %} {% block css %} {% include 'pages/csslinker.html' %} {% endblock css %} {% block contentbody %} {% if form.errors %}
| SN | Name | UNI ID | Country | Status | Website | Actions |
| {{ forloop.counter }} | {{ uni.name }} | {{uni.id}} | {{uni.country}} | {% if uni.status %} Active {% else %} Not-active {% endif %} | {% if uni.uni_url%} {% else %} None {% endif %} | {% if perms.university.view_university %} {%endif%} {% if perms.university.delete_university %} delete {%endif%} {% if perms.university.change_university %} edit {%endif%} {% if perms.university.add_universitycourses %} assign Course {%endif%} EXPORT |