{% if (action == 'edit' or action == 'new') %}
{% if action == 'edit' %}Edit{% else %}Add{% endif %} page
{{ csrf() }} {% if action == 'edit' %} {% endif %}

* Guest means everyone will have access to this page. Player means registered and logged in user.
{% if not php %}
{% endif %}
{{ include('tinymce.html.twig') }} {% endif %}