{% from "partials/components/ui_macros.html" import modal_title, modal_footer %}
{{ modal_title(is_edit=False, title="Proxmox LXC") }}
Verfügbare Container werden geladen…
{{ modal_footer(has_toggle=False, save_label='Erstellen', save_id='create-edit-submit', save_type='button') }}