{% extends "base.html" %} {% block content %}

My Exit Requests

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for c, m in messages %}
{{ m }}
{% endfor %} {% endif %} {% endwith %}
{% for er in items.items %} {% else %} {% endfor %}
# Status Resignation LWD Actions
{{ loop.index + (items.page-1)*items.per_page }} {{ er.status|replace('_',' ') }} {{ er.resignation_date.strftime('%d %b %Y') }} {{ er.proposed_lwd.strftime('%d %b %Y') }} Open
No exits found.
{% endblock %}