{% extends 'registration/base.html' %} {% load url from future %} {% load i18n %} {% block title %}{% trans 'Registration was complete' %}{% endblock %} {% block content_title %}

{% trans 'Registration was complete' %}

{% endblock %} {% block contents %} {{ block.super }}

{% trans 'Your registration was created successfully.' %}

{% trans 'Please wait until the inspector verify your registration.' %} {% trans 'You will receive an acceptance or rejection email within several days.' %}

{% endblock %}