Give Award
{% for award in v.user_awards %} {% if award.owned %} {% else %} {% endif %}
{{award.title}}
{{award.owned}} owned
{% endfor %}