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

** select an author and click or double-click the author

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 comments | length > 0 %}
{#
#}
{% endif %}
{#
Action
{{ form_widget(form.status, { 'attr': {'class': 'form-control'} }) }}

#}
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) }}