{% extends 'base_site.html' %} {% load crispy_forms_tags %} {% load i18n %} {% load static %} {% block title %}{% if form %}{% translate 'Registration Step' %} {{ current_step }}{% else %}{% translate 'Welcome' context user.get_gender %}{% endif %} / {% block site_title %}{{ block.super }}{% endblock %}{% endblock %} {% comment %} activation-form.css contains code which should not be displayed if there is no form. Such as hiding page-header. {% endcomment %} {% block extra_css %} {{ block.super }} {% if form %} {% endif %} {% endblock %} {% block content %}