{% load i18n %} {% for item in update_feed %} {% if item.mediatype == "REELS" %} {% for get in item.igitem.all %} {% endfor %} {% for metric in item.metric_reel.all %} {% endfor %} {% endif %} {% endfor %}
{% trans "Post" %} {% trans "Post date" %} {% trans "reach" %} {% trans "comments" %} {% trans "likes" %} {% trans "plays" %} {% trans "saved" %} {% trans "shares" %} {% trans "interactions" %}
{{get.cover_tag}} {{item.caption|safe}}{{metric.reach}} {{metric.comments}} {{metric.likes}} {{metric.plays}} {{metric.saved}} {{metric.shares}} {{metric.total_interactions}}