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

{% block name %} {{ addressee }}{% endblock name %}
{% block content %}The bond tuning procedure for {{ bondtuner.bond }} is complete. Recommendations are available at {% absolute_url 'settings-check' bondtuner.bond.pk bondtuner.pk %}. You can accept or reject the recommendations from that page. If you do nothing, the bond settings will not be changed.{% endblock content %}
