{% if service.auth_methode == "Password" %}

A passkey is required to decrypt the service.

Reject Accept
{% elif service.auth_methode == "Confirmation" %}
Reject Accept
{% else %}

This request dose not require any type of consent. Or the consent methode is not implemented for WebUi.

{% endif %}