{% set current_theme = current_theme() %} {{ current_theme.headertags() }} {{ current_theme.local_style() }} Mis Publicaciones - Blog {{ current_theme.navbar() }}
{{ current_theme.notify() }}

Mis Publicaciones

Nueva entrada
{% if posts %}
{% for post in posts %} {% endfor %}
Título Estado Comentarios Fecha Acciones
{% if post.status == 'published' %} {{ post.title }} {% else %} {{ post.title }} {% endif %} {% if post.status == 'draft' %} Borrador {% elif post.status == 'pending' %} Pendiente aprobación {% elif post.status == 'published' %} Publicada {% elif post.status == 'banned' %} Baneada {% endif %} {% if post.allow_comments %} {{ post.comment_count }} {% else %} Deshabilitados {% endif %} {% if post.published_at %} {{ post.published_at.strftime('%d/%m/%Y') }} {% else %} {{ post.fecha_alta.strftime('%d/%m/%Y') }} {% endif %} {% if post.status != 'banned' %} Editar {% endif %}
{% if pagination.pages > 1 %} {% endif %} {% else %}
No tienes entradas de blog en este momento. Crear tu primera entrada.
{% endif %}