{% extends "django_classified/_base.html" %} {% load i18n bootstrap %} {% block title %}{% trans "Profile" %}{% endblock title %} {# A signed-in user's own settings page has nothing to offer a search index. #} {% block meta_robots %}{% endblock meta_robots %} {% block body %}

{% trans "Profile" %}

{% endblock %}