{% includeJsResource "js/SectionAdminTable.js" %} {% includeTranslations "Are you sure you want to delete “{name}” and its {entries} entries?" %} {% extends "_layouts/cp" %} {% set title = "Sections"|t %} {% set centered = true %} {% set header %}
{{ "No sections exist yet."|t }}
{% if sections|length %} {% include "_includes/paginatelinks" with { type: "sections"|t } %}{{ "Name"|t }} | {{ "Handle"|t }} | {{ "Blocks"|t }} | {% for section in sections %} |
---|---|---|---|
{{ section.name|t }} | {{ section.handle }} |
{{ blx.entryBlocks.getTotalBlocksBySectionId(section.id) }} |