{% 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 }}:
Bonds requiring manual intervention to move back to {{ agg }}:
You can update your notification preferences here.
{% endblock content %}