{% extends "base.html" %} {% block title %}Invoice rejected by AEAT - action required - {{ clinic_name | default('DentalPin') }}{% endblock %} {% block content %}

Invoice rejected by AEAT

Hello {{ admin_name }},

Action required: An invoice has been rejected by the Spanish Tax Agency (AEAT).
Invoice
{{ invoice_number }}
{% if codigo_error %}
Error code
{{ codigo_error }}
{% endif %}
Description
{{ friendly_message }}
{% if field %}
Affected field
{{ field }}
{% endif %}
{% if suggested_cta %}

Recommended action: {{ suggested_cta }}

{% endif %}

Please review the rejection in the Verifactu settings of your clinic and take the necessary corrective action.

{% endblock %}