{% extends "::layout_profile.html.twig" %} {% trans_default_domain 'FOSUserBundle' %} {% block fos_user_content %}
{% if targetUrl %}

{{ 'registration.back'|trans }}

{% endif %}
{% if is_granted('ROLE_ADMIN') or is_granted('ROLE_EDITOR') %}
How it works for « Editor » ?

We help you to manage your artciles with an easy and simple using the different interfaces of the site. Here are 4 steps that can change your life!

etape 1

Manage and approving the different articles

etape 2

Invite the reviewer to reviewing the article

etape 3

Approving the articles whith rating reviewer

etape 4

Publishing the articles

{% endif %}
How it works ?

We help you create and review your artciles with an easy and simple using the different interfaces of the site.

etape 1

this is a dashbord to manage your articles

etape 2

Invite the co-authors to write the article together

etape 3

Write your article

etape 4

Reviewing the other article and rating them

{% endblock fos_user_content %}