{% 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 %} {{ t.profile_first_name }} {{ t.profile_last_name }} {{ t.profile_phone }} {% if profile.account_type == 'b2b' %} {{ t.profile_business_name }} {% endif %} {{ t.profile_city }} {{ t.profile_area }} {{ t.profile_registered_location_label }} {{ t.profile_registered_location_help }} {{ t.location_use_current }} {{ t.profile_address }} {{ profile.address }} {{ t.profile_save }} ← {{ t.settings_title }} {% endblock %} {% block extra_scripts %} {% endblock %}
{{ t.profile_registered_location_help }}
← {{ t.settings_title }}