permon
Add Stat
{% for stat in not_displayed_stats %}
{{ stat.name }}
{% endfor %}
Remove Stat
{% for stat in displayed_stats %}
{{ stat.name }}
{% endfor %}
{% for stat in displayed_stats %}
{% endfor %}