{% extends "::reveiwer.html.twig"%} {% block title %}:: Reviewing Article::{% endblock %} {% block body %}

To review

{{ include("PafcicOnlinePafcicBundle:Articles:form_edit_reviewer.html.twig") }}
{% endblock %} {% block javascripts %} {{ parent() }} {% if articles.isRated(app.user) != null %} {% endif %} {% endblock %}