{% extends "dictionary/conversation/inbox_base.html" %} {% load humanize i18n %} {% block title %}{% trans "messages" context "titleblock" %}{% endblock %} {% block titlemeta %} {% if request.GET.search_term.strip %} [{% trans "search keywords" %}: {{ request.GET.search_term.strip }}] {% endif %} {% endblock %} {% block innercontent %} {% if conversations %} {% else %}
{% trans "sorry, but couldn't find anything 🤷" %}
{% endif %} {% endblock %}