{% extends "common/form_page.html" %} {% block title %} New Card {% endblock %} {% block content %} {% with submission_url = url_for('credit.add_card') %} {% include 'credit/card_form/card_form.html' %} {% endwith %} {% if transfer_statement_form %} {% include 'credit/card_form/transfer_statement_inquiry.html' %} {% endif %} {% endblock %} {% block javascript %} {% endblock %}