{% extends "_base.html" %} {% load i18n %} {% block content %}

{% translate "Region condition" %}

{% include "search_input_form.html" with object_type="region" object_archived=True %}
{% csrf_token %}
{% for region in regions %} {% include "./region_condition_row.html" %} {% empty %} {% endfor %}
{% translate "Region" %} {% translate "Broken links" %} {% translate "Pages under HIX threshold" %} {% translate "Pages" %} {% translate "Pages with at least one missing or outdated translation" %} {% translate "Outdated pages" %} {% translate "Active languages besides default language" %} {% translate "Add-on for MT" %}
{% if search_query %} {% translate "No regions found with these filters." %} {% else %} {% translate "No regions available yet." %} {% endif %}
{% include "pagination.html" with chunk=regions %} {% endblock content %}