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

{{ t.profile_edit_title }}

{% csrf_token %}

{{ t.profile_sms_language_help }}

{% if profile.picker_segment == 'b2b' %} {% if profile.company_id %}

{{ t.fleet_driver_truck_managed_note }}

{% else %} {% endif %} {% if warehouses %}

{{ t.profile_warehouses_served_help }}

{% endif %} {% else %} {% endif %}

{{ t.profile_regions_served_help }}

{{ t.profile_region_help }}

{{ t.profile_your_photo_help }}

{% if profile.photo_url %}{% endif %}

{{ t.profile_location_help }}

{{ t.location_manual_coord_note }}

← {{ t.nav_my_dashboard }}

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