{% extends "invoices/base.html" %} {% load invoice_tags %} {% load base_filters %} {% block title %}{{ block.super }}{% trans 'Invoice Adjustment'%}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}
{% trans 'Are you sure you want to void this invoice?' %} {% trans 'This action can NOT be undone!' %}