{% 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_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.picker_segment == 'b2b' %} {{ t.profile_truck_type }} {% for tt in truck_types %} {{ tt.icon }} {{ tt.name }} ({{ tt.capacity_label }}) {% endfor %} {% else %} {{ t.profile_vehicle_type }} {% for value, label in vehicle_choices %} {{ label }} {% endfor %} {{ t.profile_license_plate }} {{ t.profile_source_type }} {% for value, label in source_choices %} {{ label }} {% endfor %} {{ t.signup_market_select_label }} {{ t.signup_market_select_placeholder }} {% regroup markets by region as region_list %} {% for region in region_list %} {% for m in region.list %} {{ m.name }} {% endfor %} {% endfor %} {% endif %} {{ t.profile_market_location }} {{ t.profile_regions_served }} {{ t.profile_regions_served_help }} {{ t.profile_your_photo }} {{ t.profile_your_photo_help }} {% if profile.photo_url %}{% endif %} {{ t.signup_license_number }} {{ t.profile_location_label }} {{ t.profile_location_help }} {{ t.location_use_current }} {{ t.profile_save }} ← {{ t.nav_my_dashboard }} {% endblock %} {% block extra_scripts %} {% endblock %}
{{ t.profile_sms_language_help }}
{{ t.profile_regions_served_help }}
{{ t.profile_your_photo_help }}
{{ t.profile_location_help }}
← {{ t.nav_my_dashboard }}