{% extends "tp_base_extended.html" %} {% load i18n %} {% block title %} {{ block.super }} ยป {% trans "Translate" %} {% endblock %} {% block bodyclass %}tptranslate{% endblock bodyclass %} {% block breadcrumbs_content %} {% include "language/item_title.html" %} {% endblock %} {% block content %} {% for item in children %}
{% if item.isdir or item.isfile %}
{% include "language/item_block.html" %} {% include "language/item_stats.html" %}
{% endif %}
{% endfor %} {% endblock content %} {% block postcontent %} {% if upload %}

{{ upload.form.title }}

{{ upload.as_p }}
{% endif %} {% if update %}
{{ update.as_p }}
{% endif %} {% include "top_contributers_table.html" %} {% endblock postcontent %}