{%extends "base_with_menu.html"%} {%block javascripts%} {%endblock%} {%block stylesheets%} {%endblock%} {%block content%} {% for entry in entries %} {% endfor %}
  Titel Erstellungsdatum
letzte Änderung
Autor
Editieren
Löschen
{% if twitter %} {% if entry.posted_to_twitter %} {% else %} {% endif %} {% endif %} {% if yahoo %} {% if entry.posted_to_yahoo %} {% else %} {% endif %} {% endif %} {% if myspace %} {% if entry.posted_to_myspace %} {% else %} {% endif %} {% endif %}
{{ entry.title|escape }} {{ entry.created }}{% ifnotequal entry.created entry.changed %}
{{ entry.changed }}{% endifnotequal %}
{{ entry.author_nickname }}
{% if hasPrev %}{% endif %} {% if hasNext %}{% endif %} {%endblock%}