{% extends "CHRISTMAS/default.html" %} {% block title %} Grant User Award {% endblock %} {% block pagetype %}message{% endblock %} {% block subHeader %}

Awards

{% if request.host != 'rdrama.net' or v.admin_level > 2 %} {% endif %}
{% endblock %} {% block content %}
{% if error %} {% endif %} {% if msg %} {% endif %}
{% for a in awards %} {% endfor %}
Icon Title Amount
{{a['title']}}
{% endblock %}