{% extends "admin/base_site.html" %}{% load i18n admin_urls static %}{% load url from future %} {% block extrahead %}{% if perms.translations.edit_translations %} {% endif %}{% endblock %} {% block bodyclass %}translate-messages-list{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}
{% block object-tools %}{% if not error %}{% if not is_popup %} {% endif %}{% endif %}{% endblock %}
{% include "admin/includes/translation_messages_list.html" %}
{% endblock %}