{% load i18n %} {% regroup post_list|dictsort:"status" by status as posts_by_status %} {% for post_list in posts_by_status %}
{% trans "Title" %} | {% trans "Created" %} | {% trans "Updated" %} | {% trans "Actions" %} | {% for post in posts %}
{{ post.blog.name }} → {{ post.title }} | {{ post.created_at|date:"d M Y, H:i" }} | {{ post.updated_at|date:"d M Y, H:i" }} | {% if request.user == current_user or request.user.is_superuser %}
|
{% endif %}