{% if menu != 0 %}
{% if menu[0] == 1 %}
{% for sub_d in menu %}
{% endif %}
{% if sub_d|length > 2 and sub_d[2] == 1 %}
{{sub_d[1]}}
{% else %}
{{sub_d[1]}}
{% endif %}
{% if menu[loop.index] %}
|
{% endif %}
{% endfor %}
{% else %}
{% for sub_d in menu %}
{% if sub_d|length > 2 and sub_d[2] == 1 %}
{{sub_d[1]}}
{% else %}
{{sub_d[1]}}
{% endif %}
{% if menu[loop.index] %}
|
{% endif %}
{% endfor %}
{% endif %}
{{imp[0]}} {% if imp[3][0] != 0 %} {{imp[3][0]}} {% endif %}
{% if imp[3][1] != 0 %}
{{'last_edit_time'|load_lang}} : {{imp[3][1]}}
{% endif %}
{% if menu != 0 %}
{% for sub_d in menu %}
{% endif %}
{% if sub_d|length > 2 and sub_d[2] == 1 %}
{{sub_d[1]}}
{% else %}
{{sub_d[1]}}
{% endif %}
{% if menu[loop.index] %}
|
{% endif %}
{% endfor %}
{{data|safe}}