{% load i18n baseurl store_tags cache %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %}
{{ store.pootle_path }}
{{ directory.pootle_path }}
{{ language.code }}
{% comment %} {% for unit in units %} {% ifequal unit form.instance %} {% cache settings.CACHE_TIMEOUT unit_edit unit.id unit.mtime cantranslate cansuggest canreview alt_src_codes profile.id LANGUAGE_CODE %} {% render_unit_edit form %} {% endcache %} {% else %} {% cache settings.CACHE_TIMEOUT unit_view unit.id unit.mtime LANGUAGE_CODE %} {% render_unit_view unit %} {% endcache %} {% endifequal %} {% endfor %} {% endcomment %}