{% extends 'viewflow/base_page.html' %} {% load i18n viewflow %} {% block title %}{{ title }} - {{ block.super }}{% endblock %} {% block page-title %}{% trans "Profile" %}{% endblock %} {% block page-menu-app %}
arrow_back {% trans 'View site' %} {% url 'profile' as profile_url %} {% if profile_url %} account_box {% trans 'Profile' %} {% endif %}
{% endblock %} {% block content %}

{{ title }}

{% csrf_token %}
{% render form view.layout %}
{% endblock %}