{{ 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] }}...
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 %}
No hay posts programados
{% endif %}Interacciones Recientes
{% if recent_interactions %}
{% for interaction in recent_interactions %}
{% endfor %}
{% else %}
@{{ interaction.author_username }}
{{ interaction.platform }}
{{ interaction.interaction_at }}
{{ interaction.content }}
No hay interacciones pendientes
{% endif %}