{% if (setting.post_thumb.rating_display or setting.post_thumb.date_display) %}
{% if setting.post_thumb.author_display %} {{post.author}} {% endif %} {% if setting.post_thumb.date_display %} {{post.date_published}} {% endif %}
{% if (setting.post_thumb.rating_display and post.rating) %} {% endif %}
{% endif %} {% if setting.post_thumb.category_label_display %} {% endif %}

{{post.title}}

{% if setting.post_thumb.description_display %}
{{post.short_description}}
{% endif %} {% if (setting.post_thumb.tag_display and post.tags) %}
{{text_tags}} {% for tag in post.tags %} {{tag.text}} {% endfor %}
{% endif %}
{% if (setting.post_thumb.review_display and post.review) %} {{text_review}} ({{post.review}}){% endif %} {% if (setting.post_thumb.views_display and post.views) %} {{text_views}} {{post.views}}{% endif %} {% if setting.post_thumb.read_more_display %}{{text_read_more}}{% endif %}