{%extends "base_without_menu.html"%} {%block javascripts%} {%endblock%} {%block stylesheets%} {%endblock stylesheets%} {%block content%} {% if errors %}
{% for error in errors %} {{ error }} {% endfor %}
{% endif %} {% if entry.is_saved %}{{ entry.created }} ({{ entry.author_email }}) pID={{ entry.permalink }}
{% endif %} {%endblock%}