{{ article.abstract | raw}}
{{ article.content | raw}}
{% if ratings|length >0 %} {% for rate in ratings %}
{% 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 %} {% if article.comment is not empty %}

{{ article.comment |raw }}

For Author {#{{ article.comment|date("d M Y") }}#}
{% endif %} {% else %}
Not Yet
{% endif %} {#{% if ratings|length >0 %} {% for rates in ratings %} {% 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 %}#}