{% extends "base.html" %} {% block content %}
Gift Codes

Success! You can use these gift codes in the root page.

{% for gift_code in gift_codes %} {% endfor %}
Gift code Created For Created At Used At
{{gift_code.code}} @{{gift_code.created_for}} {{gift_code.created_at}} {% if gift_code.used_at %}{{gift_code.used_at}}{%else %}-{% endif %}
{% endblock %} {%block qa %}{% endblock %}