{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Profile editing" %}{% endblock %} {% block content %}

{% trans "Associated OpenIDs" %}

{% trans "Subscriptions list" %}

{{ form.as_p }}

{% endblock %}