{% extends "entries_base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Hasła" %}{% endblock %} {% block scripts %} {{ block.super }} <script src="{% static 'entries/js/unification_entries_list.js' %}"></script> {% endblock %} {% block left_pane %}{% include "unification_entries_list.html" %}{% endblock %} {% block right_pane %}{% include "unification_lexical_unit_display.html" %}{% endblock %}