{% 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_first_name }} {{ t.profile_last_name }} {{ t.profile_phone }} {{ t.profile_sms_language }} {{ t.profile_sms_language_help }} {{ t.language_swahili }} {{ t.language_english }} {% if profile.account_type == 'b2b' %} {{ t.profile_business_name }} {{ t.signup_tin_number }} {{ t.signup_business_license_number }} {% 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.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 %} {{ t.location_use_current }} {{ loc.save_label }} {% endfor %} ← {{ t.settings_title }} {% endblock %} {% block extra_scripts %} {% endblock %}
{{ t.profile_sms_language_help }}
{{ t.profile_registered_location_help }}
{{ t.profile_named_locations_help }}
{{ loc.location.address }}
← {{ t.settings_title }}