{% 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 %}
{% for entry in entries %}
{% include "dictionary/includes/entry.html" with show_title="yes" gap="3" %}
{% endfor %}