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

ContentPro Menu

{% trans "Last Posts" %}

{% for post in pageposts %}
{{post.content|safe}}
{{post.created|naturaltime}}
{% empty %}

{% trans "You have no posts made" %}

{% endfor %}

{% trans "Schedule post list" %}

{% trans "Post History" %}

{% for post in pageposts %}
{% for obj in post.media.all %} {% if post.media.all|length == 2 %} {% if obj.mp4 %}
{% else %}
{% endif %} {% elif post.media.all|length == 3 %} {% if forloop.counter == 3 %} {% if obj.mp4 %}
{% else %}
{% endif %} {% else %} {% if obj.mp4 %}
{% else %}
{% endif %} {% endif %} {% elif post.media.all|length == 4 %} {% if obj.mp4 %}
{% else %}
{% endif %} {% else %} {% if obj.mp4 %}
{% else %}
{% endif %} {% endif %} {% empty %} {% endfor %}
{{post.content|safe}}
{{post.created|naturaltime}}
{% empty %}

{% trans "You have no posts made" %}

{% endfor %}
{% endblock %}