{% extends "tp_base_extended.html" %} {% load i18n %} {% block title %} {{ block.super }} » {% trans "Translate" %} {% endblock %} {% block breadcrumb_content %} {{ block.super }} » {% trans "Translate" %} {% endblock %} {% block bodyclass %}tptranslate{% endblock bodyclass %} {% block precontent %} {{ block.super }} {% endblock precontent %} {% block content %} {% for item in children %}
{% if item.isdir or item.isfile %}
{% include "language/item_block.html" %}
{% endif %}
{% endfor %} {% endblock content %} {% block postcontent %} {% include "translation_project/translate_offline_notice.html" %} {% include "translation_project/fileop_forms.html" %} {% include "top_contributers_table.html" %} {% endblock postcontent %} {% block scripts_extra %} {{ block.super }} {% if upload %} {% endif %} {% endblock %}