{% if article_info_found is defined %}
{{ content_bottom }}
{% if image %}
{% if featured_found is defined %}
{% else %}
{{ article_info.description }}
{% endif %}
{% endif %}
{% if featured_found is defined %}
{% endif %}
{% if simple_blog_related_articles is defined and related_articles %}
{% endif %}
{% if simple_blog_author_information is defined %}
{% if author_image is defined %}
{% endif %}
{% endif %}
{% if article_info.allow_comment %}
{% endif %}
{% else %}
{{ text_created }}: {{ article_date_modified }}
{% if article_info.allow_comment %}
{{ total_comment }}
{% endif %}
{{ article_info.article_title }}
{{ article_info.description }}
{% else %}
{{ article_info.description }}
{% endif %}
{% if article_additional_description %}
{% for description in article_additional_description %}
{{ description.additional_description }}
{% endfor %}
{% endif %}
{% if products %}
{{ text_related_product }}
{% for product in products %}
{% endfor %}
{% if product.thumb %}
{% endif %}
{{ text_write_comment }}
{{ text_note }}