{% extends "wiki/base.html" %} {% from "includes/error_list.html" import errorlist %} {% from "includes/common_macros.html" import content_editor %} {% set title = _('Translate Article | {document}')|f(document=parent.title) %} {% block title %}{{ page_title(title) }}{% endblock %} {% block bodyclass%}translate{% endblock %} {% block extrahead %} {{ css('home') }} {% endblock %} {% block site_css %} {{ super() }} {{ css('wiki-edit') }} {{ css('jquery-ui') }} {% endblock %} {% block content %} {% set language = settings.LANGUAGES_DICT[locale.lower()] %}
{% include 'wiki/includes/attachment_list.html' %} {% endblock %} {% block js %} {{ js('jquery-ui') }} {% include 'wiki/includes/tag_suggestions.html' %} {% include 'wiki/includes/ckeditor_scripts.html' %} {{ js('wiki-edit') }} {% endblock %}