{% extends 'psu_base.html' %} {% load base_taglib %} {%block title%}Manage New Applications{%endblock%}} {% block scripts %} {% endblock %} {% block pagecontent %}

Add New Applications



{% include 'application_rows.html' with apps=apps%}
Application Title
{% endblock %}