*/ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "theme/advance-ui-sweetalerts.html.twig")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "theme/advance-ui-sweetalerts.html.twig")); // line 1 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/main.html.twig"); yield " "; // line 5 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/title-meta.html.twig", ["title" => "Sweet Alerts"]); yield " "; // line 10 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/head-css.html.twig"); yield "
"; // line 19 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/menu.html.twig"); yield "
"; // line 29 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/page-title.html.twig", ["pagetitle" => "Advance UI", "title" => "Sweet Alerts"]); yield "

Examples

Here are the various types of beautiful, responsive, customizable, and accessible sweet alerts.

Sweet Alert Type Sweet Alert Examples
A Basic Message
A Title with a Text Under
A success message!
A modal with a title, an error icon, a text, and a footer
A modal window with a long content inside
A warning message, with a function attached to the \"Confirm\"-button...
By passing a parameter, you can execute something else for \"Cancel\".
A message with custom Image Header
A message with auto close timer
Custom HTML description and buttons
A dialog with three buttons
A custom positioned dialog
A message with custom width, padding and background
Ajax request example
Custom Sweetalert Example
Success Message

Here is an example of a sweet alert with a success message.

\"Mac
Error Message

Here is an example of a sweet alert with a error message.

\"Mac
Warning Message

Here is an example of a sweet alert with a warning message.

\"Mac
Join Our Community

Here is an example of a sweet alert with a community registration field.

\"Mac
Email Verification

Here is an example of a sweet alert with a email verification field.

\"Mac
Notification Message

Here is an example of a sweet alert with a custom notification message.

\"Mac
"; // line 348 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/footer.html.twig"); yield "
"; // line 357 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/customizer.html.twig"); yield " "; // line 359 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/vendor-scripts.html.twig"); yield " "; $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "theme/advance-ui-sweetalerts.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 427 => 359, 422 => 357, 410 => 348, 88 => 29, 75 => 19, 63 => 10, 55 => 5, 48 => 1,); } public function getSourceContext(): Source { return new Source("{{ include('theme/partials/main.html.twig') }} {{ include('theme/partials/title-meta.html.twig', {title: 'Sweet Alerts'}) }} {{ include('theme/partials/head-css.html.twig') }}
{{ include('theme/partials/menu.html.twig') }}
{{ include('theme/partials/page-title.html.twig', {pagetitle: 'Advance UI', title: 'Sweet Alerts'}) }}

Examples

Here are the various types of beautiful, responsive, customizable, and accessible sweet alerts.

Sweet Alert Type Sweet Alert Examples
A Basic Message
A Title with a Text Under
A success message!
A modal with a title, an error icon, a text, and a footer
A modal window with a long content inside
A warning message, with a function attached to the \"Confirm\"-button...
By passing a parameter, you can execute something else for \"Cancel\".
A message with custom Image Header
A message with auto close timer
Custom HTML description and buttons
A dialog with three buttons
A custom positioned dialog
A message with custom width, padding and background
Ajax request example
Custom Sweetalert Example
Success Message

Here is an example of a sweet alert with a success message.

\"Mac
Error Message

Here is an example of a sweet alert with a error message.

\"Mac
Warning Message

Here is an example of a sweet alert with a warning message.

\"Mac
Join Our Community

Here is an example of a sweet alert with a community registration field.

\"Mac
Email Verification

Here is an example of a sweet alert with a email verification field.

\"Mac
Notification Message

Here is an example of a sweet alert with a custom notification message.

\"Mac
{{ include('theme/partials/footer.html.twig') }}
{{ include('theme/partials/customizer.html.twig') }} {{ include('theme/partials/vendor-scripts.html.twig') }} ", "theme/advance-ui-sweetalerts.html.twig", "/var/www/cds/app/templates/theme/advance-ui-sweetalerts.html.twig"); } }