{% if action %}
{% if stats %}
Kudos received so far.
{% for stat in stats %}
{{ stat.group.name }} - {{ stat.name }} = {{ stat.kudos }}
[-1]
[+1]
{% endfor %}
{% endif %}
{% if result %}
Your wish is my command.
Set created. :D
{% endif %}
{% else %}
Hello There!
Fork me on GitHub.
{% endif %}