{% extends BASE %} {% block title %} {% trans %}Enrollment has been successful!{% endtrans %} {% endblock %} {% block content %} {% trans title=enrollment.handler.title, redirect_url="/" %} You have been successfully enrolled to {{ title }}, now open the application {% endtrans %} {% endblock %}