{% macro format_item_name(name, separators=True) -%} {%- if name is string -%} {{- name -}} {%- else -%} {%- for part in name -%} {{- format_item_name(part, separators) -}} {%- if not loop.last -%} {%- if separators %} {%- else %} {% endif -%} {% endif -%} {%- endfor -%} {% endif %} {%- endmacro %} {% if template_list.template_folder_id and not template_list.templates_to_show %}
{% if template_list.folder_is_empty %} This folder is empty {% else %} There are no {{ 1|message_count_label(template_type, suffix='') }} templates in this folder {% endif %}
{% else %} {% endif %}