{% from "components/checkbox.html" import unlabelled_checkbox %} {% from "components/message-count-label.html" import folder_contents_count, message_count_label %} {% 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 %}