rDrama/files/templates/submission/SubmissionAwards.html
2021-12-01 15:13:44 -06:00

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 %}