{{ articles.abstract | raw }}
{{ articles.content | raw }}
{{ form_widget(form.reviewer, { 'attr': {'class': 'form-control multiselect'} }) }}

** select an reveiwer and click

Rating
{{ form_widget(form.score, { 'attr': {'class': 'rating-tooltip','required':true,'data-filled': 'fa fa-star margin-right-5 text-yellow','data-empty': 'fa fa-star-o margin-right-5'} }) }}
Average
{##}

* you don't have any rate.

Comment {{ form_widget(form.comment, { 'attr': {'class': 'ckeditor form-control','required':true} }) }}
{% if articles.status == 4 or articles.status == 1 or articles.status == 2 %}
{% for comment in rating %} {% endfor %}

{% if app.user.roles[0]=="ROLE_EDITOR" and comment.reveiwer != app.user %} {{ comment.comment |raw }} {% elseif app.user.roles[0]=="ROLE_AUTHOR" %} {{ comment.commentAuthor |raw }} {% else %} {{ comment.commentAuthor |raw }} {% endif %}

{% endif %}
{% if comments | length > 0 %}
{% endif %}
Category
{% for category in articles.category %} {{ category }} {% endfor %} {#{{ form_widget(form.category, { 'attr': {'disabled':'disabed','class': 'form-control textearap'} }) }}#}
Banner image
{% if (articles.image is not null) %} {% endif %}
{{ form_widget(form.image, { 'attr': {'class': 'upload'} }) }}
{% if (articles.video is not null) %}
Youtube video
{% endif %} {% if (articles.document is not null) %}
Featured document
{% endif %}
Co-Authors
{{ form_rest(form) }} {% if articles.status == 3 and app.user.roles[0] == "ROLE_EDITOR" %} {% endif %}