backend loop translation
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<h2>ALL ATTRIBUTES AND THEIR AVAILABILITY</h2>
|
||||
|
||||
<ul>
|
||||
{loop name="attr" type="attribute" order="manual"}
|
||||
{loop name="attr" type="attribute" order="manual" lang="2" backend_context="true"}
|
||||
<li>
|
||||
#TITLE
|
||||
{if #IS_TRANSLATED == 1}#TITLE{else}to be translated{/if}
|
||||
<ul>
|
||||
{loop name="attrav" type="attribute_availability" order="manual" attribute="#ID"}
|
||||
<li>#TITLE</li>
|
||||
{loop name="attrav" type="attribute_availability" order="manual" attribute="#ID" lang="3"}
|
||||
<li>{if #IS_TRANSLATED == 1}#TITLE{else}to be translated{/if}</li>
|
||||
{/loop}
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user