Add optional output for combined groups

This commit is contained in:
2024-03-14 18:52:23 +01:00
parent 7ec359d2f2
commit a7f8bad0ec
4 changed files with 19 additions and 4 deletions

View File

@@ -51,6 +51,10 @@
{% endif %}
<span class="{% if not res.finalist %}no-finalist-dance{% endif %}">
{{ res.getNativePlace() }}
{% if res.isCombinedGroup() %}
<br />
({{ res.place }} {{ res.competitionGroup }})
{% endif %}
</span>
{% endif %}
</td>