{% extends "dictionary/conversation/inbox_base.html" %} {% load filters humanize i18n %} {% block title %}{% trans "conversation archive" context "titleblock" %}{% endblock %} {% block innercontent %} {% if conversations %} {% else %}
{% trans "your archive is empty 🤔" %}
{% endif %} {% endblock %}