{% extends 'stela_control/content/index.html' %} {% load static %} {% load hosts %} {% load i18n %} {% load tz %} {% load crispy_forms_tags %} {% load humanize %} {% load stelatags %} {% block sidebar %} {% endblock %} {% block title %}

{% trans "Create & inspire" %} 

{% endblock %} {% block content_section %}
{% if feed %}
{% else %}
{% endif %}

{% trans "Blog Feed" %}

{% trans "Proccess data, please wait" %}...

{% for item in feed %} {% if item.is_schedule %} {% else %} {% endif %} {% for metric in item.metric_blog.all %} {% empty %} {% endfor %} {% endfor %}
{% trans "Content" %} {% trans "Pub Date" %} {% trans "Views" %} {% trans "Comments" %} {% trans "Actions" %}
{{get.image_tag}} {{item.title}}
{% if item.status == "Publish" %} {{item.status}} {% else %} {{item.status}} {% endif %}
{{metric.views}} {{metric.comments}}0 0
{% if feed.comments.all %}

{% trans "You still have no comments" %}

{% endif %}

{% trans "Content Planner Calendar" %}

{% endblock %} {% block inside_scripts %} {% endblock %}