Deprecated: Symfony\Component\Translation\t(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/translation/Resources/functions.php on line 18

Deprecated: Symfony\Component\Dotenv\Dotenv::loadEnv(): Implicitly marking parameter $envKey as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/dotenv/Dotenv.php on line 110

Deprecated: Symfony\Component\Runtime\GenericRuntime::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/GenericRuntime.php on line 89

Deprecated: Symfony\Component\Runtime\RuntimeInterface::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/RuntimeInterface.php on line 26

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/Input.php on line 36

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

templates/themes/theme/accreditation/accreditations.html.twig line 1

Open in your IDE?
  1. <section class="all-accreditations">
  2.   <div class="container">
  3.     {% for accreditation in accreditations %}
  4.     {% if accreditation.link %}<a href="{{ accreditation.link }}">{% endif %}
  5.       <div class="accreditation">
  6.         {% if accreditation.image %}
  7.           <img
  8.             class="accreditation__image"
  9.             src="{{ asset('/' ~ accreditation.getFullImagePath) }}"
  10.             alt="{{ accreditation.title }}"
  11.           >
  12.         {% endif %}
  13.         <div class="accreditation__text">
  14.           <h3>{{ accreditation.title }}</h3>
  15.           {{ accreditation.content | raw }}
  16.         </div>
  17.       </div>
  18.     {% if accreditation.link %}</a>{% endif %}
  19.     {% endfor %}
  20.   </div>
  21.   {{ knp_pagination_render(accreditations) }}
  22. </section>
  23. <twig:WhatsAppBlock alt="true" />