{% extends "base.html" %}
{% load i18n %}
{% block content %}
{% trans "The registration process has finished successfully" %}
{% blocktrans %}Congratulations. Your account has been activated.{% endblocktrans %}
{% url 'account_profile' as profile_url %}{% blocktrans %}You can now start using the site. Maybe you would like to go to your user profile page to fill some information about you and create some entities.{% endblocktrans %}
{% endblock %}