{% extends 'blog/base.html' %} {% load blog %} {% block title %}{% translate "Blog entries" %}{% endblock %} {% block sidebar %} {% if user.is_admin %}

Actions

{% translate "Show" %} {% translate "Published" %} or {% translate "Not published" %}

{% translate "New entry" %}

{% endif %} {% endblock %} {% block content %} {% include "blog/block/entries_list.html" %} {% endblock %}