{% extends 'stela_control/marketing/meta_business/index.html' %} {% load static %} {% load hosts %} {% load i18n %} {% load tz %} {% load crispy_forms_tags %} {% load humanize %} {% load stelatags %} {% block bsCall %} {% endblock %} {% block styles %} {% endblock %} {% block meta_contain %}

Insight Creative

{% if feed %}
{% else %}
{% endif %}
{% if feed %} {% for post in feed %}

{{instagram.title}}

{% if post.schedule %}

{% trans "Post date:" %} {{ post.schedule|timezone:usertz|date:"d/m/Y" }} {% trans "at" %} {{ post.schedule|timezone:usertz|date:"h:i A" }}

{% endif %}
{% if post.mediatype == 'CAROUSEL' %} {% else %} {% for obj in post.igitem.all %} {% if forloop.counter == 1 %} {% if obj.mp4 %} {% else %} {% endif %} {% endif %} {% endfor %} {% endif %}
{% if post.mediatype == "POST" %}

{% trans "Media type" %}: {% trans "POST" %}

{% elif post.mediatype == "CAROUSEL" %}

{% trans "Media type" %}: {% trans "CAROUSEL" %}

{% elif post.mediatype == "REELS" %}

{% trans "Media type" %}: {% trans "REELS" %}

{% elif post.mediatype == "STORIES" %}

{% trans "Media type" %}: {% trans "STORIES" %}

{% endif %} {% if post.status == "publish" %}

{% trans "Status" %}: {% trans "Publish" %}

{% elif post.status == "in_progress" %}

{% trans "Status" %}: {% trans "In Progress" %}

{% else %}

{% trans "Status" %}: {% trans "Draft" %}

{% endif %}
{{post.caption|safe}}
{% if post.status == "publish" %} {% else %} {% endif %}
{% endfor %} {% else %}

{% trans "You do not have any posts yet." %}

{% endif %}

{% trans "Content Planner Calendar" %}

{% trans "Don't close connection" %}...

{% trans "Uploading" %}

{% trans "Complete" %}

{% endblock %}