{% set status = ["preparation"] %}
{% include "applications_table.html" %}
{% set status = ["review", "accepted", "rejected"] %}
{% include "applications_table.html" %}
{% set status = ["active"] %}
{% include "applications_table.html" %}
{% set status = ["closed"] %}
{% include "applications_table.html" %}