Consultoría AS - Social Media

{{ stats.posts_today }}
Posts Hoy
{{ stats.posts_week }}
Posts Semana
{{ stats.pending_approval }}
Pendientes
{{ stats.scheduled }}
Programados
{{ stats.interactions_pending }}
Interacciones

Pendientes de Aprobación

{% if pending_posts %} {% for post in pending_posts %}
{{ post.content_type }} {{ post.scheduled_at }}

{{ post.content[:200] }}...

{% endfor %} {% else %}

No hay posts pendientes

{% endif %}

Próximas Publicaciones

{% if scheduled_posts %} {% for post in scheduled_posts %}
{{ post.scheduled_at }}
{{ post.content_type }}

{{ post.content[:100] }}...

{% for platform in post.platforms %} {{ platform }} {% endfor %}
{% endfor %} {% else %}

No hay posts programados

{% endif %}

Interacciones Recientes

{% if recent_interactions %}
{% for interaction in recent_interactions %}
@{{ interaction.author_username }} {{ interaction.platform }}
{{ interaction.interaction_at }}

{{ interaction.content }}

{% endfor %}
{% else %}

No hay interacciones pendientes

{% endif %}