{% extends "base.html" %} {% block content %} Home Categories Tags {% if edited %}
Blog successfuly updated
{% endif %} {% if user.is_superuser %} {% endif %}{{ draft.id }} | {{ draft.title }} | {{ draft.creation_date }} | {{ draft.modification_date }} | Delete |
{{ post.id }} | {{ post.title }} | {{ post.category.name }} | {{ post.creation_date }} | {{ post.modification_date }} | {{ post.published }} | {{ post.front_page }} | {{ comments|hash:cur_id|default_if_none:"0" }} comment{{ comments|hash:cur_id|pluralize }} | Delete |