{%extends "base_with_menu.html"%} {%block javascripts%} {%endblock%} {%block stylesheets%} {%endblock%} {%block toolbar%} {% if user %} {% else %} Abmelden {% else %} Abmelden {% else %} Abmelden
{% if not twitter %} Anmelden {% endif %}
{% if not myspace %} Anmelden {% endif %}
{% if not yahoo %} Anmelden {% endif %}
{% endif %} {%endblock%} {%block content%}
{% for entry in entries %}

{% if user %} 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 %} {% endif %}

{{ entry.title|escape }}

{% if entry.intro %}{{ entry.intro }}{% else %}{{ entry.content|truncatewords_html:100 }}{% endif %} [mehr]
{% if entry.tags %}
Schlag{{ entry.tags|length|pluralize:"wort,wörter" }}: {% for tag in entry.tags %}{{ tag }}{% endfor %}
{% endif %} {{ entry.created }} {% if entry.author %} − {{ entry.author_nickname }}{% endif %}
{% endfor %}
{% if hasPrev %}{% endif %} {% if hasNext %}{% endif %} {%endblock%}