{% extends "base.html" %} {% load static %} {% block title %}New Invoice - AI ML Operations{% endblock %} {% block content %}
Back to Invoices

New one-off invoice

Creates a Stripe invoice (customer pays us) and optionally emails the pay link.

{% csrf_token %} {{ form.as_p }}
{% endblock %}