{% extends 'psu_base.html' %} {% load base_taglib %} {%block title%}Application Menu{%endblock%}} {% block scripts %} {% endblock %} {% block pagecontent %}

Manage Application Permissions

Select an application for which you would like to manage permissions
{%for app in allowed_apps%} {{app.title}} {%endfor%}
{% endblock %}