{% extends "../body.html" %} {% load static %} {% load util %} {% block content %} {% if 'global' in request.GET and request.GET|get_value:"global" == 'false' %}

User Credentials

{% else %}

Global Credentials

{% endif %} {% include "../forms/base.html" %} {% endblock %}