{% extends 'email_base.txt' %}
{% load email %}

{% block name %} {{ addressee }}{% endblock name %}
{% block content %}You can view {{ agg }}'s details at {% absolute_url 'aggregator-details' agg.id %}.
{% if bonds %}
Bonds that have been moved away from {{ agg }}:
{% for bond in bonds %}- {{ bond }} {% absolute_url 'bond-details' bond.id %}{% endfor %}
{% endif %}
You can update your notification preferences at {% absolute_url 'account' %}.{% endblock content %}
