{% extends 'base.html' %} {% load static %} {% block title %}{{ t.profile_edit_title }} — PickkerMarket{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{{ t.settings_kicker }}

{{ t.profile_edit_title }}

{% csrf_token %} {% if profile.account_type == 'b2b' %} {% endif %}

{{ t.profile_registered_location_help }}

← {{ t.settings_title }}

{% endblock %} {% block extra_scripts %} {% endblock %}