{% with filled=filled|default:0 %}
{% if title %}

{{ title }}

{% endif %} {% if subtitle %}

{{ subtitle }}

{% endif %}
{% if filled >= 1 %}{% endif %} {% if filled >= 2 %}{% endif %} {% if filled >= 3 %}{% endif %} {% if filled >= 4 %}{% endif %} {% if filled >= 5 %}{% endif %} {% if filled >= 6 %}{% endif %} {% if filled >= 7 %}{% endif %} {% if filled >= 8 %}{% endif %} {% if filled >= 9 %}{% endif %}
{% if reward %}

{{ reward }}

{% endif %} {% if footnote %}

{{ footnote }}

{% endif %}
{% endwith %}