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

{% trans 'AuthorizeNet - Integration' %}

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