{% extends 'base.html' %} {% block title %}{{ t.title_my_data }} — PickkerMarket{% endblock %} {% block content %}
{{ t.my_data_kicker }}

{{ t.my_data_title }}

{{ t.my_data_intro }}

{{ t.my_data_chat_history }}

{{ chat_message_count }} {{ t.my_data_chat_history_body }}

{% csrf_token %}
{{ t.my_data_prefs_title }} {% if memory_notes %}
    {% for note in memory_notes %}
  • {{ note }}
  • {% endfor %}
{% else %}

{{ t.my_data_prefs_empty }}

{% endif %}
{% csrf_token %}
{{ t.my_data_plans_title }}

{{ plans|length }} {{ t.my_data_plans_body }} {{ t.my_data_view_plans }}

{% if plans %}
{% csrf_token %}
{% endif %}

{{ t.my_data_order_note }} {{ t.my_data_contact_us }}.

{% endblock %}