{% extends 'dictionary/base.html' %} {% load i18n %} {% block supertitle %}{{ request.site.name }} - özgür bilgi kaynağı{% endblock %} {% block bodyclass %} has-entries{% endblock %} {% block bodyattr %}{% if user.is_authenticated and user.pinned_entry_id %} data-pin="{{ user.pinned_entry_id }}"{% endif %}{% endblock %} {% block content %} {% if entries %}
{% else %}
{% trans "no entries found suitable for display 🤷" %}
{% endif %} {% if user.is_authenticated %} {% include "dictionary/includes/block_user_modal.html" %} {% include "dictionary/includes/send_message_modal.html" %} {% endif %} {% endblock %}