{% extends "layout.html" %} {% load currency_filters %} {% block title %} Login or register | {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Log In

{% csrf_token %} {% include "partials/form_fields.html" with form=login_form %}

Register

{% csrf_token %} {% include "partials/form_fields.html" with form=registration_form %}
{% endblock content %}