{% if id %}
{{ app.roleTitle }} {% if is_staff %}

Application received from {{ app.userId|user_full }} received {{ app.created|time_diff }}. {% endif %}

{{ app.body|bb_format }}

{% if not app.isResolved %}
{% endif %} {% for note in app.story(is_staff) %} {% endfor %} {% if not app.isResolved %} {% if is_staff %} {% endif %} {% endif %}
{{ note.user_id|user_url }} - {{ note.created|time_diff }}
{{ note.body|bb_format }}
{% if is_staff and not app.isResolved %}
{% endif %}
Visibility


Reply {{ note.preview|raw }} {{ note.field|raw }}
{{ note.button|raw }}
{% else %}

{% if resolved %}Resolved{% else %}Current{% endif %} Applications

{% for a in list %} {% if loop.first %} {% if is_staff %} {% endif %} {% endif %} {% if is_staff %} {% endif %} {% if loop.last %}
RoleApplicantDate Created Comments Last comment from Last comment added
{{ a.Role }}{{ a.Username }}{{ a.Created|time_diff }} {{ a.nr_notes|number_format }} {{ a.last_Username }} {% if a.last_Created %}{{ a.last_Created|time_diff }}{% endif %}
{% endif %} {% else %}
The cupboard is empty. There are no applications to show.
{% endfor %} {% endif %}