templates/Layouts/legal_terms_link.html.twig line 1

Open in your IDE?
  1. <a href="{{ path('foxorders_legal_terms_preview', {'type': type}) }}" target="_blank">
  2.     {{ ('app.legal_terms.type.' ~ type ~ '.title')|trans }}
  3. </a>