{% extends 'base.html' %} {% block 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_clear }} {{ 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_clear }} {{ t.my_data_plans_title }} {{ plans|length }} {{ t.my_data_plans_body }} {{ t.my_data_view_plans }} {% if plans %} {% csrf_token %} {{ t.my_data_delete_all }} {% endif %} {{ t.my_data_order_note }} {{ t.my_data_contact_us }}. {% endblock %}
{{ t.my_data_intro }}
{{ chat_message_count }} {{ t.my_data_chat_history_body }}
{{ t.my_data_prefs_empty }}
{{ plans|length }} {{ t.my_data_plans_body }} {{ t.my_data_view_plans }}
{{ t.my_data_order_note }} {{ t.my_data_contact_us }}.