{{ 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

{##} {#{% for comment in rating %}#} {##} {##} {##} {##} {#{% endfor %} #} {##} {#
#} {##} {#

{{comment.comment |raw }}

#} {##} {% for invitation in invitations %} {##}
Invitation Sended {{ invitation.dateAt|date("d M Y") }} {% if invitation.status == 'INVITATION_SEND' %} {% elseif invitation.status == 'INVITATION_DECLINED' %} Invitation Declined {{ invitation.dateDeclined|date("d M Y") }} {% elseif invitation.status == 'INVITATION_ACCEPTED' %} Invitation Accepted {{ invitation.dateAccepted|date("d M Y") }} {% endif %}

Rating & Comments

{% if rating|length >0 %} {% for rates in rating %} {% for rate in rates %}

{{ rate.getStatusStringFormated |raw }}
{% if rate.comment is not empty %}

{{ rate.comment |raw }}

For Editor {{ rate.dateAt|date("d M Y") }}
{% endif %} {% if rate.commentAuthor is not empty %}

{{ rate.commentAuthor |raw }}

For Author {{ rate.dateAt|date("d M Y") }}
{% endif %}
{% endfor %} {% endfor %} {% else %}
Not Yet
{% endif %}
{% endfor %} {#
#}

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