Review

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