{% trans "Gestión de Publicaciones" %}

{% for post in posts %} {% endfor %}
{% trans "Título" %} {% trans "Autor" %} {% trans "Fecha" %} {% trans "Comentarios" %} {% trans "Acciones" %}
{{ post.title }} {{ post.author }} {{ post.created_at|date:"d/m/Y H:i" }}