{% extends "base_with_header_and_right_sidebar.html"%} { {%block PAGE_CONTENT%}
{% for article in view_object.articles %}
{% endfor %}
{% load pagecontents_tags%} {% PageNavigation %} {%endblock PAGE_CONTENT%} {%block BOTTOM_HTML %} {% if view_object.request.user.username == "admin" %} {% load pageadmin_tags %} {% PageAdmin %} {%endif%} {%endblock BOTTOM_HTML %}