";
// line 100
ob_start(function () { return ''; });
echo __("Criteria");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 101
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 102
echo " ";
echo $context["forms"]->getinput("dynamicCriteria", ($context["title"] ?? null), $this->getAttribute(($context["displayGroup"] ?? null), "dynamicCriteria", []), ($context["helpText"] ?? null), "dynamic-fields");
echo "
";
// line 104
ob_start(function () { return ''; });
echo __("Criteria Tags");
$context["title"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this->env->getCharset());
// line 105
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 106
echo " ";
echo $context["forms"]->getinputWithTags("dynamicCriteriaTags", ($context["title"] ?? null), $this->getAttribute(($context["displayGroup"] ?? null), "dynamicCriteriaTags", []), ($context["helpText"] ?? null), "dynamic-fields");
echo "
";
// line 108
echo $context["forms"]->gethidden("useRegexForName", 1);
echo "
";
// line 115
echo __("ID");
echo " |
";
// line 116
echo __("Display");
echo " |
";
// line 117
echo __("Tags");
echo " |
";
// line 118
echo __("Status");
echo " |
";
// line 119
echo __("Licence");
echo " |