{% extends "vendorpromo/base.html" %} {% load crispy_forms_tags %} {% load i18n %} {% block content %}

{% trans 'Vouchery - Integration' %}

{% csrf_token %} {{ form|crispy }}
{% endblock %}