{% extends "first_run_wizard/base.html" %} {% load i18n %} {% block title %}{% trans "Setup status" %}{% endblock %} {% block content %}
{% trans "All setup steps have been completed." %}
{% else %}{% trans "The following setup steps still need attention:" %}
{% endif %}