tags_prompt.html.twig 753B

123456789101112131415161718192021222324252627
  1. <h1>{{ 'help.tags_prompt.title'|trans({}, 'text') }}</h1>
  2. <p>{{ 'help.tags_prompt.text'|trans({}, 'text') }}</p>
  3. <h2>{{ 'help.tags_prompt.subtitle1'|trans({}, 'text') }}</h2>
  4. <p style="text-align: center;">
  5. <img src="{{ asset('img/capt3.png') }}" alt="capture" />
  6. </p>
  7. <h2>{{ 'help.tags_prompt.subtitle2'|trans({}, 'text') }}</h2>
  8. <p style="text-align: center;">
  9. <img src="{{ asset('img/capt4.png') }}" alt="capture" />
  10. </p>
  11. <h2>{{ 'help.tags_prompt.subtitle3'|trans({}, 'text') }}</h2>
  12. <p style="text-align: center;">
  13. <img src="{{ asset('img/capt5.png') }}" alt="capture" />
  14. </p>
  15. <h2>{{ 'help.tags_prompt.subtitle4'|trans({}, 'text') }}</h2>
  16. <p style="text-align: center;">
  17. <img src="{{ asset('img/capt6.png') }}" alt="capture" />
  18. </p>