{% 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' %} {% else %} {% endif %}

{{ t.profile_regions_served_help }}

{{ t.profile_your_photo_help }}

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

{{ t.profile_location_help }}

← {{ t.nav_my_dashboard }}

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