{% extends 'base.html' %} {% load static %} {% load static_v %} {% 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_sms_language_help }}

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

{{ t.profile_registered_location_help }}

{{ t.profile_named_locations_title }}

{{ t.profile_named_locations_help }}

{% for kind, loc in named_location_forms %}
{{ loc.label }} {% if loc.location %}{{ t.profile_named_location_registered }}{% else %}{{ t.profile_named_location_not_set }}{% endif %} {% if loc.location and loc.location.address %}

{{ loc.location.address }}

{% endif %}
{% csrf_token %}
{% endfor %}

← {{ t.settings_title }}

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