1 {% extends "account/base.html" %}
5 {% block title %}{% trans "Your profile" %}{% endblock %}
9 {% with menu="profile" %}
15 {% block accounts-content %}
16 <h1>{% trans "Your profile" %}</h1>
20 <p><button type="submit" class="btn btn-primary">{% trans "Change profile" %}</button></p>