{% extends "tp_base_extended.html" %} {% load i18n %} {% block title %} {{ block.super }} ยป {% trans "Review" %} {% endblock %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% block bodyclass %}tpreview{% endblock bodyclass %} {% block content %} {% if children %} {% for item in children %}
{% if item.isdir or item.isfile %}
{% include "language/item_block.html" %} {% include "language/item_stats.html" %}
{% endif %}
{% endfor %} {% endif %} {% endblock content %} {% block postcontent %} {% include "top_contributers_table.html" %} {% endblock postcontent %}