{% extends 'base-margins.html' %} {% load i18n %} {% load crispy_forms_filters %} {% block title %}{% trans 'Twój profil' %}{% endblock %} {% block content2 %}
{% trans 'Twój profil' %}
{% crispy form %} {% endblock %}