{% if template['zones_linked'] == '0' %}
{% else %}
{% endif %}
|
{{ template['name'] }} |
{{ template['descr'] }} |
{% if template['fullname'] %}
{{ template['fullname'] }}
{% elseif template['username'] %}
{{ template['username'] }}
{% else %}
-
{% endif %}
|
{% if template['username'] %}
{% trans %}private{% endtrans %}
{% else %}
{% trans %}global{% endtrans %}
{% endif %}
|
{{ template['zones_linked'] }} |
{% if (perm_zone_master_add and template['username']) or perm_is_godlike %}
{% trans %}Edit{% endtrans %}
{% trans %}Delete{% endtrans %}
|
{% else %}
|
{% endif %}
{% endfor %}