{% extends "base.html" %} {% load static %} {% load custom_tags_and_filters %} {% block extrahead %} {% endblock %} {% block title %}{% if form.instance.pk %}Edit{% else %}New{% endif %} Custom charge{% endblock %} {% block content %} {% with edit=form.instance.pk %}
Use this form to create a new custom charge.
Set a negative amount in case of an adjustment.