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

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