{% extends "base.html" %} {% block submenu %} {% endblock submenu %} {% block content %} {% ifequal relay.rings.count 1 %}

Smooth translations of {{ relay }}

{% else %}

Smooth translations of ring {{ ring.name }}, {{ relay }}

{% endifequal %} {% for torch in ring.torches.all %} {% endfor %}
{{ torch.participant }} {% if torch.translation_of_received %}

Received:

{{ torch.translation_of_received|wordwrap:70 }}
{% endif %}

Sent:

{% if torch.smooth_translation %}
{{ torch.smooth_translation|wordwrap:70 }}
{% else %} Not recorded {% endif %}
{% endblock content %}