{# membership timeline graph(s) #}
{% if account_start %}
Membership Timeline
Member timeline showing activity
{% if account_end and account_start != account_end %}
from {{ account_start.year }} to {{ account_end.year }}{% else %}
for {{ account_start.year }}{% endif %}.
See the activities tab for more details.
{% include 'people/snippets/member_graph.html' %}
{% endif %}
{% endwith %}
{# address map #}
{% if addresses %}
Addresses
{% include 'people/snippets/member_map.html' %}
{% endif %}
{% endblock %}