{% extends "base.html" %}{%load tagger%} {%block scripts%} {%if tagcloud%} {%endif%} {%endblock%} {%block rss%} {%endblock%} {%block styles%} {%if tagcloud%} {%endif%} {%endblock%} {%block content%}
{%if tagcloud %}
{%endif%} {%if tags%} {%endif%}
{% include "paging.html" %} {{total}}
{% for item in items.object_list %}
BibTeX {%if user.username == item.user %} Edit Delete {%else %} {% if user.is_active %} Purloin {% endif %} {%endif%}
{{item.title|safe}}
{{item.notes|safe}}
{%for tag in item.tags%} {%if baseurl == '/' %} {%else%} {%endif%} {%endfor%}
{{item.created|date:"d/m/Y h:m:s"}}{%if item.snapshot %} snapshot{%endif%}
Loading...
Close
{%endfor%} {% include "paging.html" %} {%endblock%}