{% extends "entries_base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans "Hasła" %}{% endblock %} {% block scripts %} {{ block.super }} {% endblock %} {% block left_pane %}{% include "unification_frames_list.html" %}{% endblock %} {% block right_pane %}{% include "unified_frame_edit_display.html" %}{% endblock %}