src/Products/NotificationsBundle/Resources/views/portal/opt_in/base.html.twig line 1

Open in your IDE?
  1. {% extends '@ui2022/page__portal.html.twig' %}
  2. {% do include('@ProductsNotifications/_assets.html.twig') %}
  3. {%- block footer -%}
  4.     <div class="mp__form-foo">
  5.         <div>Copyright © <span id="site-year">{{ date()|date('Y') }}</span> SchoolStatus</div>
  6.         <a href="https://www.schoolstatus.com/privacy" target="_blank" rel="noopener noreferrer" title="Privacy Policy">Privacy Policy</a> | <a href="https://www.schoolnow.com/support" target="_blank" rel="noopener noreferrer" title="Need help?">Need help?</a>
  7.     </div>
  8. {%- endblock -%}