{% extends "base.html" %} {% block title %}Verifactu certificate expiry - {{ clinic_name | default('DentalPin') }}{% endblock %} {% block content %}

Verifactu certificate

Hello {{ admin_name }},

{% if is_expired %}
Your Verifactu certificate has expired. You must renew it as soon as possible to continue issuing invoices compliant with Spanish tax regulations.
{% else %}
Your Verifactu certificate will expire in {{ days_left }} days. Please renew it before the expiry date to avoid interruptions.
{% endif %}
{% if subject_cn %}
Certificate subject
{{ subject_cn }}
{% endif %}
Expiry date
{{ valid_until }}

You can manage your certificate in the Verifactu settings of your clinic.

{% endblock %}