{% load i18n render_pager baseurl store_tags cache %} {% get_current_language as LANGUAGE_CODE %} {% get_current_language_bidi as LANGUAGE_BIDI %}
{{ unit.index }}
|
{% 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 %}