{# GET /admin/validation/sets/new — crate::pages::add_validation::ui::ValidationSetPage #} {% extends "ui/form_page.html" %} {% import "ui/alert.html" as alert %} {% block title %}Add validation set{% endblock %} {% block eyebrow %}Global validation library{% endblock %} {% block heading %}Add validation set{% endblock %} {% block lead %}

Compose an ordered set from existing reusable rule names.

{% endblock %} {% block form %}
{%- if let Some(message) = error %}{% call alert::error("Could not save validation", message) %}{% endcall %}{% endif -%}
Cancel
{% endblock %}