rDrama/files/templates/submission/SubmissionAwards.html

12 lines
204 B
HTML

<!-- Awards -->
{% if p.award_count("train") %}
{% include "/awards/Trains.html" %}
{% endif %}
<!-- Christmas Awards -->
{% if p.award_count("snow") %}
{% include "/awards/Snow.html" %}
{% endif %}