{% extends "public/base.html" %} {% load bootstrap %} {% load staticfiles %} {% block title %}Alliance Auth - View Application{% endblock %} {% block page_title %}View Application{% endblock page_title %} {% block extra_css %}{% endblock extra_css %} {% block content %}

View Application

{% if perms.auth.human_resources %} {% endif %} {% endblock content %} {% block extra_script %} $(document).ready(function(){ var appid = {{ application.id }}; $('#id_app_id').val(appid); $('#id_commenter_id').val(commenterid); }); {% endblock %}