{% extends "index.html" %} {% load static i18n %} {% block content %} {% include "offboarding/resignation/nav.html" %} {% if letters %} {% include "filter_tags.html" %}
{% else %}
No documents
{% trans "No resignation has been created yet." %}
{% endif %} {% endblock content %}