{% if reward_type == "category" %}
Create Category
{% else %}
Create Reward
{% endif %}
Create a {{ reward_type }}
Name:
{% if reward_type != "category" %} {% if reward_type == "goal" %}
Target:
{% else %}
Price:
{% endif %}
Description:
{% if reward_type == "special" %}
Command:
{% endif %} {% if reward_type != "category"%} {% if reward_type == "goal" or reward_type == "vote" %}
{% else %}
Cool down:
minutes until this reward can be redeemed again, after each use.
{% endif %} {% endif %}
Categories
Categories in
red
are inactive.
{% for cat in all_cats %}
{% if cat in active_categories %}
{{ cat }}:
{% else %}
{{ cat }}
:
{% endif %}
{% endfor %}
{% endif %}
Your {{ reward_type }} will be
inactive
, until you add it to an active category. {% if reward_type == "category" %}
By default, new categories are
inactive
.
{%endif %}
Create {{ reward_type }}
Cancel