Add optional output for combined groups
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user