Username: {{ user_obj.user_hash }}
{% endif %} {% if user_obj.country.name %}Time Zone: {{ user_obj.country.name }}
{% endif %} {% if user_obj.warrant_canary %}Warrant Canary: {{ user_obj.warrant_canary }}
{% endif %} {% if user_obj.alias %}Alias: {{ user_obj.alias }}
{% endif %} {% if user_obj.last_activity_date %}Last Activity Date: {{ user_obj.last_activity_date }}
{% endif %} {% if user_obj.profile.photo_url %}Photo:
Bio: {{ user_obj.profile.bio }}
{% endif %} {% if user_obj.profile.website %}Website: {{ user_obj.profile.website }}
{% endif %} {% if user_obj.profile.disable_notifications %}Disable Notifications: {{ user_obj.profile.disable_notifications }}
{% endif %} {% if user_obj.profile.disable_messages %}Disable Messages: {{ user_obj.profile.disable_messages }}
{% endif %} {% if user_obj.profile.disable_ping %}Disable Ping: {{ user_obj.profile.disable_ping }}
{% endif %} {% if rsa_obj.0 %}Public Encryption Key: {{ rsa_obj.0 }}
Private Encryption Key: {{ private_key }}
Authorisation Token: {{token_obj}}
{% endif %}
{% if request.session.session_key %}
Session: {{ request.session.session_key }}
Your Watch List: {{bell_obj.0}}
{% endif %} {% if verification_obj.0 %}Verified: {{verification_obj.0}}
{% endif %} {% if report_user_obj %}Users Reported by You: {{report_user_obj}}
{% endif %} {% if notification_sender_obj %}Sent Notifications: {{notification_sender_obj}}
{% endif %} {% if notification_receiver_obj %}Received Notifications: {{notification_receiver_obj}}
{% endif %} {% if post_timestamp_obj %}Published Posts: {{post_timestamp_obj}}
{% endif %} {% if hashtag_obj %}Created Hashtags: {{hashtag_obj}}
{% endif %} {% if mention_obj %}Created Mentions: {{mention_obj}}
{% endif %} {% if reaction_obj %}Number of Reactions: {{reaction_obj}}
{% endif %} {% if report_post_obj %}Posts Reported by You: {{report_post_obj}}
{% endif %} {% if ad_obj %}Numeber of Ads: {{ad_obj}}
{% endif %} {% if chat_obj %}Numeber of Chats: {{chat_obj}}
{% endif %} {% if help_obj %}Number of Help Tickets: {{help_obj.count}}
{% endif %} {% for h in help_obj %}Help Request Message: {{h.what_i_did}}. {{h.what_i_expected_to_happen}}. {{h.what_actually_happened}}. {{h.anything_else}}.
Help Reference Number: {{h.reference_number}}
{% endfor %} {% if business_obj %}Number of Ads: {{business_obj}}
{% endif %}WARNING: This export contain your data in an unencrypted format. You should not store or send the exported file over insecure channels (such as email). Delete it immediately after you are done using it.