{% load post_extras %} {% load solo_tags %} {% get_solo 'tbase_post.AmazonSettings' as amazon %} {% if page_obj %}

Related Essays

{%for item in page_obj%}
{# Featured Image #} {% if item.article_img %}
{{ item.title }}
{# Amazon Product Badge #} {% if item.product_id and amazon.store_id %}
Amazon Deal
{% endif %}
{% endif %} {# Content #}

{{ item.title }}

{# Meta #}
{{ item.updated_on|date:"F j, Y" }} {{ item.reading_time_minutes }} min read {% if item.product_name %} {{ item.product_name|truncatechars:30 }} {% endif %}
{# Action Buttons #}
Read Article {% if item.product_id and amazon.store_id %} Check Price {% endif %}
{%endfor%}
{% endif %}