{% extends "first_run_wizard/base.html" %} {% load i18n %} {% block title %}{% trans "Setup status" %}{% endblock %} {% block content %}

{% trans "Setup status" %}

{% if all_done %}

{% trans "All setup steps have been completed." %}

{% else %}

{% trans "The following setup steps still need attention:" %}

{% endif %} {% endblock %}