{% load wagtailadmin_tags i18n %} {% comment %} Variables accepted by this template: - `tab_id` - {string} A unique tab id - `title` - {string} Text that the tab button will display - `active` - {boolean?} Force this to be active - `classes` - {string?} Extra css classes to pass to this component - `errors_count` - {number?} Show above the tab for errors count {% endcomment %}
{% trans 'Errors Count: ' %} {{ errors_count }}
{{ title }}