{% extends "default.html" %} {% set active_page = "dashboard" %} {% block head %} {% endblock %} {% block title %}Coupon{% endblock %} {% block default_content %} {% if can_use_coupon %}

Coupon

Please enter the coupon here to upgrade your account or extend your current subscription.
{{ coupon_form.csrf_token }} {{ coupon_form.code(class="form-control", placeholder="Licence Code") }} {{ render_field_errors(coupon_form.code) }}
{% endif %}

1-year coupon

You can buy a 1-year coupon that allows anyone to have the SimpleLogin premium for 1 year. Can be an idea for a gift card :). After the payment, the coupon will be sent to you by email.
The coupon must be used before {{ max_coupon_date.date().isoformat() }}
Buy 1-year SimpleLogin coupon
{% endblock %} {% block script %}{% endblock %}