10 lines
266 B
HTML
10 lines
266 B
HTML
<!-- // Import Special Event Awards Template -->
|
|
<!-- {% if specialEvent %} -->
|
|
<!-- {% include "/{{ event.name }}/Awards.html" %} -->
|
|
<!-- {% endif %} -->
|
|
|
|
<!-- // Static Awards -->
|
|
|
|
{% if p.award_count("train") %}
|
|
{% include "/awards/Trains.html" %}
|
|
{% endif %}
|