{{ section_label }}

  • {{ all_text }} ({{ status_count.active + status_count.inactive }})
  • |
  • {{ active_text }} ({{ status_count.active }})
  • |
  • {{ inactive_text }} ({{ status_count.inactive }})
{% include 'theme-plugin-localization-ui-header.twig' with {'position': 'header'} %} {% for dir_and_file, component_data in components %} {% if 'plugin' == type %} {% endif %} {% set current = current - 1 %} {% endfor %} {% include 'theme-plugin-localization-ui-header.twig' with {'position': 'footer'} %}
{% if component_data.domains %}
    {% for domain, domains_statistics in component_data.domains %}
  • {{ domain }}
  • {% endfor %}
{% endif %}
{% if component_data.domains %}
    {% for domain, domains_statistics in component_data.domains %}
  • {{ domains_statistics.translated }}
  • {% endfor %}
{% endif %}
{% if component_data.domains %} {% endif %} {% if component_data.domains %}
    {% for domain, domains_statistics in component_data.domains %}
  • {% if domains_statistics.translated or domains_statistics.needs_update %} create PO file {% endif %}
  • {% endfor %}
{% endif %}