{% extends "wafer/base.html" %} {% load i18n %} {% block content %}

{% trans 'Registration complete' %}

{% blocktrans trimmed %} If you need to update any information, you can use the "Update Registration" button on your profile page. {% endblocktrans %}

{% trans "OK" %}
{% endblock %}