{{ articles.abstract | raw}}
{{ articles.content | raw}}
{% if articles.status == 4 or articles.status == 1 or articles.status == 2 %} {% endif %} {% if articles.status == 5 %}
Comment To Editor {{ form_widget(form.comment, { 'attr': {'class': ' form-control'} }) }}
Comment To Author {{ form_widget(form.commentAuthor, { 'attr': {'class': ' form-control'} }) }}
Rating
{{ form_widget(form.score, { 'attr': {'class': 'rating-tooltip','data-filled': 'fa fa-star margin-right-5 text-yellow','data-empty': 'fa fa-star-o margin-right-5'} }) }}
{#
#} {#{{ form_widget(form.status, { 'attr': {'class': 'form-control'} }) }}#} {#
#}
{% endif %}
Category
{% for category in articles.category %} {{ category }} {% endfor %} {#{{ form_widget(form.category, { 'attr': {'disabled':'disabed','class': 'form-control textearap'} }) }}#}
{% if (articles.image is not null) %}
Image
{% endif %} {% if (articles.video is not null) %}
Video
{% endif %} {% if (articles.document is not null) %}
Document
{% endif %}
Co-Authors
{{ form_rest(form) }}