{% extends "base.html" %} {% block submenu %}
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 }} |
{% for torch in ring.torches.all %} {{ torch.language }} {% endfor %}
{% endif %}{% for torch in rings.0.torches.all %} {{ torch.language }} {% endfor %}
{% endif %} {% endifnotequal %} {% endblock content %}