{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Signup Submitted" %}{% endblock %} {% block body_id %}splash{% endblock %} {% block content %} {% include 'signup/_submitted.html' %} {% endblock %}