{% extends "layout.html" %} {% load i18n %} {% block content %} {% trans "For this page you need to be logged in" %} {% csrf_token %} {% for field in form %} {% include "oscar/partials/form_field.html" with field=field placeholder=field.label nolabel=True %} {% endfor %} {% endblock %}