{% from "components/checkbox.html" import unlabelled_checkbox %} {% from "components/message-count-label.html" import folder_contents_count, message_count_label %} {% macro format_item_name(name) -%} {%- if name is string -%} {{- name -}} {%- else -%} {%- for part in name -%} {{- format_item_name(part) -}} {%- if not loop.last %} {% 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 {{ message_count_label(1, template_type, suffix='') }} templates in this folder {% endif %}
{% else %} {% endif %}