{% extends "base.html" %} {% load eb %} {% block title %}Your account{% endblock %} {% block extrahead %} {% endblock %} {% block content %}

Your account

Logged in as {{ user.email }}.

{% csrf_token %}

You've had an account since {{ user.date_joined|date:"F j, Y" }}.

{% if custom_message %}

{{ custom_message }}

{% endif %}

Your timeline display preferences

Choose categories of news for the timeline.

Your e-mail alerts

{% if alert_list %} {% else %}

You haven't subscribed to any e-mail alerts yet.

{% set_search_placeholder "Search for an" as placeholder %}

{{ placeholder }} in {% METRO_NAME %} to subscribe to alerts for news nearby.

{% endif %}

Your saved places

{% if saved_place_list %} {% set_search_placeholder "search for an" as placeholder %}

Tip: To save more places, {{ placeholder }} and click "Save this place" on the resulting page.

{% else %}

You haven't saved any places yet.

{% set_search_placeholder "Search for an" as placeholder %}

{{ placeholder }} in {% METRO_NAME %} and click "Save this place" on the resulting page.

{% set_search_placeholder "" as placeholder %}

{% endif %}

Your API Keys

{% if is_neighbornews_enabled %}

Items You Posted

{% endif %}
{% endblock %}