{{ form.server_type.label(class="block mb-1 text-sm font-medium text-gray-900 dark:text-white") }}
{{ form.server_type(class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary focus:border-primary block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:text-white") }}
{{ form.category.label(class="block mb-1 text-sm font-medium text-gray-900 dark:text-white") }}
{{ form.category(class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary focus:border-primary block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:text-white") }}
{{ _("Choose when this step should be shown to users") }}
{{ form.preset_id.label(class="block mb-1 text-sm font-medium text-gray-900 dark:text-white") }}
{{ form.preset_id(class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary focus:border-primary block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:text-white", id="preset-select") }}
{{ form.discord_id.label(class="block mb-1 text-sm font-medium text-gray-900 dark:text-white") }}
{{ form.discord_id(class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary focus:border-primary block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:text-white", placeholder="123456789012345678") }}
{{ _("Your Discord server ID") }}
{{ form.overseerr_url.label(class="block mb-1 text-sm font-medium text-gray-900 dark:text-white") }}
{{ form.overseerr_url(class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary focus:border-primary block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:text-white", placeholder="https://overseerr.example.com") }}
{{ _("URL to your Overseerr/Ombi instance") }}
{% for preset in presets %}
{{ preset.description }}
{% endfor %}