{% extends "tp_base_extended.html" %} {% load i18n render_pager baseurl store_tags translation_project_tags cache %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %} {% block title %} {{ block.super }} » {{ store.name }} {% endblock %} {% block breadcrumb_content %} {% cache settings.CACHE_TIMEOUT translate_bread directory.id store_id LANGUAGE_CODE %} {{ block.super }} {% if store_id %}» {{ store.name }}{% endif %} {% endcache %} {% endblock %} {% block body.id %}translatepage{% endblock body.id %} {% block bodyclass %}tptranslate{% endblock %} {% block css %} {% cache settings.CACHE_TIMEOUT translate_css user.is_authenticated %} {{ block.super }} {% if not user.is_authenticated %} {% endif %} {% endcache %} {% endblock css %} {% block search %} {% endblock %} {% comment %} {% block innernav %}
{% endblock innernav %} {% endcomment %} {% block content %} {% cache settings.CACHE_TIMEOUT translate_content directory.id store_id LANGUAGE_CODE %} {% endcache %} {% endblock %} {% block extra_content %} {% cache settings.CACHE_TIMEOUT LANGUAGE_CODE %}