{{ if first_period }}

This is a new match, there is no history yet.

{{ else }} {{ if history != []}}

In previous rounds:

{% include 'RPD/History.html' %}
{{ endif }} {{ endif }}