{% if provider == 'aws' %}
{% elif provider == 'proxmox' %}
{% elif provider == 'local' %}
Local provider: runs hardening directly on a local VM or container. No extra configuration required.
{% elif provider %}
Provider {{ provider }} is registered but has no built-in form fields. It will use settings from the profile and environment variables.
{% endif %}