{% extends "base.html" %} {% block submenu %} {% endblock submenu %} {% block content %}

{% if object.prev %}< {{ object.prev }}{% endif %} {{ object }} {% if object.next %}{{ object.next }} >{% endif %}

{% ifequal object.subtype inverse %}

An inverse relay

{% endifequal %} {% if object.rules %} {% endif %} {% if object.notes %} {% endif %}
Hosted by: {{ object.relay_master }}
Homepage: {{ object.homepage }}
Total number of torches: {{ object.num_torches }}
Rings: {{ object.rings.count }}
Rules changes: {{ object.rules }}
Notes: {{ object.notes }}
Started: {{ object.start|date:"F Y" }}
Ended: {{ object.end|date:"F Y" }}
Missing: {{ object.missing|yesno }}
{% ifnotequal num_rings 1 %} {% else %} {% if rings.0.torches.count %}

{% for torch in rings.0.torches.all %} {{ torch.language }} {% endfor %}

{% endif %} {% endifnotequal %} {% endblock content %}