{% if app.user.roles[0] == "ROLE_EDITOR" %}
{% set extend = "::layout.html.twig" %}
{% elseif app.user.roles[0] == "ROLE_AUTHOR" %}
{% set extend = "::author.html.twig" %}
{% elseif app.user.roles[0] == "ROLE_REVIEWER" %}
{% set extend = "::reveiwer.html.twig" %}
{% endif %}
{% extends extend %}
{% block title %}::Approving Article::{% endblock %}
{% block body %}
Approving Article