{{ _('Mis Publicaciones') }}
{{ _('Nueva entrada') }}| {{ _('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 %} |
{{ _('No tienes entradas de blog en este momento.') }}
{{ _('Crear tu primera entrada') }}.
{% endif %}