{% extends "partials/dashboard-base.html" %} {% load static %} {% block content %} Create a New Card {% csrf_token %} Card Holder Name Card Type MasterCard Visa Verve Expiry Month {% for i in "123456789101112" %} {{ i }} {% endfor %} Expiry Year {% for i in "2024,2025,2026,2027,2028,2029,2030" %} {{ i }} {% endfor %} Create Card {% endblock %}