{% extends 'layout/base.html' %} {% from 'forms/_form.html' import simple_form %} {% block page_class %}fixed-width-standalone-page{% endblock %} {% block title %} {% trans %}Create a new Indico profile{% endtrans %} {% endblock %} {% block content %} {% include 'flashed_messages.html' %}
{% endblock %}