{% extends 'email_base.html' %} {% load email %} {% block name %} {{ addressee }}{% endblock name %} {% block content %}

{{ agg }} has recovered after being down for {{ agg.last_failed_time | timesince }}. You can view {{ agg }}'s details here.

{% if auto_bonds %}

Bonds automatically moved back to {{ agg }}:

{% endif %} {% if manual_bonds %}

Bonds requiring manual intervention to move back to {{ agg }}:

{% endif %}

You can update your notification preferences here.

{% endblock content %}