{% extends "base.html" %} {% block title %}{{ t(request, 'wizard.title') }} — MoE Admin{% endblock %} {% block content %}
Step {{ current_step }} of {{ total_steps }}
{{ t(request, 'wizard.step1.body') }}
{{ t(request, 'wizard.step2.hint') }}
{{ t(request, 'wizard.step3.hint') }}
{% if not servers %}{{ t(request, 'wizard.step4.hint') }}