{% extends "base.html" %} {% block title %}ruthholladay.com{% endblock %} {% block generic %} {%block page_title%}Draft Documents{%endblock%} {% if perms.blog.add_post %} {%if object_list%} {%for draft in object_list%} {%endfor%} {%else %} There are no draft documents {%endif%} {%else%} You don't have permission to access this page. {%endif %} {%endblock%}