{% extends "edumanage/welcome.html"%} {% load i18n %} {% block crumbs %}
  • {% trans "Home" %}/
  • {% trans "Locations" %}
  • {% endblock %} {% load i18n %} {% block extrahead %} {% endblock %} {% block homeactive %}{% endblock %} {% block servicesactive %}class="active"{% endblock %} {% block subcontent %}

    {% trans "Locations" %}


    {% if messages %} {% for message in messages %} {% endfor %}
    {{ message }}
    {% endif %}
    {% if institution.ertype == 2 or institution.ertype == 3 %}{% trans "Add location" %}{% endif %}
    {% load tolocale %} {% if institution.ertype == 2 or institution.ertype == 3 %} {% if services %} {% for service in services %} {% endfor %}
    {% trans "Name" %} {% trans "Address" %} {% trans "SSID" %} {% trans "Encryption Level" %} {% trans "AP no" %} {% trans "Actions" %}
    {% tolocale service LANGUAGE_CODE %} {{service.address_street}}
    {{service.address_city}}
    {{service.SSID}} {% for enc in service.enc_level %}{% if enc == '' %}-{% else %}{{enc}}{% if not forloop.last%},{% endif %}{% endif %}{% endfor %} {{service.AP_no}} {% trans "edit" %} {% trans "delete" %}
    {% endif %} {% endif %} {% endblock %}