var/cache/dev/twig/27/277a5df772dcb385da64ae58d5244426.php line 56

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* @FOSUser/Registration/register_content.html.twig */
  16. class __TwigTemplate_f6683e81632776f6a4c0c79e5e775fdd extends Template
  17. {
  18. private Source $source;
  19. /**
  20. * @var array<string, Template>
  21. */
  22. private array $macros = [];
  23. public function __construct(Environment $env)
  24. {
  25. parent::__construct($env);
  26. $this->source = $this->getSourceContext();
  27. $this->parent = false;
  28. $this->blocks = [
  29. ];
  30. }
  31. protected function doDisplay(array $context, array $blocks = []): iterable
  32. {
  33. $macros = $this->macros;
  34. $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35. $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@FOSUser/Registration/register_content.html.twig"));
  36. $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@FOSUser/Registration/register_content.html.twig"));
  38. // line 2
  39. yield "
  40. <div class=\"row\">
  41. ";
  42. // line 4
  43. yield Twig\Extension\CoreExtension::include($this->env, $context, "@FOSUser/Registration/register_content_why_register.html.twig");
  44. yield "
  45. ";
  46. // line 5
  47. yield Twig\Extension\CoreExtension::include($this->env, $context, "@FOSUser/Registration/register_content_email_form.html.twig");
  48. yield "
  49. </div>
  50. ";
  51. $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  52. $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  53. yield from [];
  54. }
  55. /**
  56. * @codeCoverageIgnore
  57. */
  58. public function getTemplateName(): string
  59. {
  60. return "@FOSUser/Registration/register_content.html.twig";
  61. }
  62. /**
  63. * @codeCoverageIgnore
  64. */
  65. public function isTraitable(): bool
  66. {
  67. return false;
  68. }
  69. /**
  70. * @codeCoverageIgnore
  71. */
  72. public function getDebugInfo(): array
  73. {
  74. return array ( 56 => 5, 52 => 4, 48 => 2,);
  75. }
  76. public function getSourceContext(): Source
  77. {
  78. return new Source("{% trans_default_domain 'FOSUserBundle' %}
  79. <div class=\"row\">
  80. {{ include('@FOSUser/Registration/register_content_why_register.html.twig') }}
  81. {{ include('@FOSUser/Registration/register_content_email_form.html.twig') }}
  82. </div>
  83. ", "@FOSUser/Registration/register_content.html.twig", "/workspace/backend-app/templates/bundles/FOSUserBundle/Registration/register_content.html.twig");
  84. }
  85. }