{% extends "default.html" %} {% block pagetitle %}!{{group}} Applications{% endblock %} {% block content %} {% if error %}{{macros.alert(error, true)}}{% endif %} {% if msg %}{{macros.alert(msg, false)}}{% endif %}
!{{group}} Applications
{% if v.id == group.owner.id %} {% endif %} {% for application in applications %} {% if v.id == group.owner.id %} {% endif %} {% endfor %}
Name Applied on
{% with user=application.user %} {% include "user_in_table.html" %} {% endwith %}
{% endblock %}