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

{% block name %} {{ addressee }}{% endblock name %}
{% block content %}The bond tuning procedure for {{ bondtuner.bond }} failed with this error message: {{ bondtuner.error_message }}

Details are available at {% absolute_url 'settings-check' bondtuner.bond.pk bondtuner.pk %}.{% endblock content %}
