{% load i18n %}

{% translate 'Configuration status' %}   {% if failed_checks %} {% translate 'Configuration incomplete' %} {% else %} {% translate 'Configuration complete' %} {% endif %}

{% if failed_checks %}

{% translate 'The following issues have been detected:' %}

{% endif %} {% if successful_checks %}

{% translate 'The following checks ran successfully:' %}

{% endif %}