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

Your account

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

Logged in as {{ user.email }}.

{% 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.

Search for an address, neighborhood or ZIP in {% METRO_NAME %} to subscribe to alerts for news nearby.

{% with "Address, ZIP or neighborhood" as placeholder %}

{% endwith %} {% endif %}

Your saved places

{% if saved_place_list %}

Tip: To save more places, search for an address, neighborhood or ZIP code and click "Save this place" on the resulting page.

{% else %}

You haven't saved any places yet.

Search for an address, neighborhood or ZIP in {% METRO_NAME %} and click "Save this place" on the resulting page.

{% with "Address, ZIP or neighborhood" as placeholder %}

{% endwith %} {% endif %}

Your API Keys

{% endblock %}