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