{% extends 'common/base.html' %} {% block content %}
{% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% for application in applications %} {% endfor %}
Check Application Last access date Controls
{{ application.name }} {{ application.pretty_access_time }} {% if application.active %}
{% csrf_token %}
{% else %}
{% csrf_token %}
{% endif %}
{% csrf_token %}
{% endblock content %}