{% extends "base.html" %} {% load crispy_forms_tags i18n translations %} {% block content %} {% if form.errors %} {% translate "Please fix errors in the registration form." as msg %} {% show_message "error" msg %} {% endif %}