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

{% block name %} {{ addressee }}{% endblock name %}
{% block content %}The bond tuning procedure for {{ bondtuner.bond }} was cancelled by {{ canceller }}.{% endblock content %}
