";
// line 101
ob_start(function () { return ''; });
echo __("Criteria");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 102
echo " ";
ob_start(function () { return ''; });
echo __("A comma separated set of regular expressions run against the Display name to determine membership.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 103
echo " ";
echo $context["forms"]->getinput("dynamicCriteria", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "dynamic-fields");
echo "
";
// line 105
ob_start(function () { return ''; });
echo __("Criteria Tags");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 106
echo " ";
ob_start(function () { return ''; });
echo __("A comma separated set of tags run against the Display tag to determine membership.");
$context["helpText"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 107
echo " ";
echo $context["forms"]->getinputWithTags("dynamicCriteriaTags", ($context["title"] ?? null), "", ($context["helpText"] ?? null), "dynamic-fields");
echo "
";
// line 109
echo $context["forms"]->gethidden("useRegexForName", 1);
echo "
";
// line 116
echo __("ID");
echo " |
";
// line 117
echo __("Display");
echo " |
";
// line 118
echo __("Tags");
echo " |
";
// line 119
echo __("Status");
echo " |
";
// line 120
echo __("Licence");
echo " |