{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
Bienvenido, {{ user.username }}
{{ stats.posts_today }}
Posts publicados
{{ stats.posts_week }}
Posts esta semana
{{ stats.pending_approval }}
Por aprobar
{{ stats.scheduled }}
Posts programados
{{ post.content[:100] }}{% if post.content|length > 100 %}...{% endif %}
No hay posts pendientes
{{ post.content[:100] }}{% if post.content|length > 100 %}...{% endif %}
No hay posts programados
@{{ interaction.author_username or 'Usuario' }}
{{ interaction.interaction_type }}
{{ interaction.content[:80] }}{% if interaction.content|length > 80 %}...{% endif %}
No hay interacciones pendientes
{{ post.content[:120] }}{% if post.content|length > 120 %}...{% endif %}
No hay publicaciones recientes