{% extends 'dashboard/base.html' %} {% block title %}{{ action }} Coupon{% endblock %} {% block page_title %}{{ action }} Coupon{% endblock %} {% block content %}
{% csrf_token %}
Coupon Details
Customers will enter this at checkout
0 means unlimited uses
Cancel
{% endblock %} {% block extra_js %} {% endblock %}