{% if title %}

{{ title }}

{% endif %}{% if stats %}
{% for s in stats %}{% if s.figure %}
{{ s.figure }}
{% if s.label %}
{{ s.label }}
{% endif %}{% if s.source %}
{{ s.source }}
{% endif %}
{% endif %}{% endfor %}
{% else %}

No statistics configured.

{% endif %}