{% extends "master.html" %} {% load ui %} {% load humanize %} {% block sidebar %} {{ block.super }}
Title | Hidden | Created | Modified | Presenter | Tags | Items |
---|---|---|---|---|---|---|
{{ presentation.title }} | {{ presentation.hidden|yesno:"hidden,-" }} | {{ presentation.created|naturalday }} | {{ presentation.modified|naturalday }} | {% if presentation.owner.last_name %}{{ presentation.owner.last_name }}, {{ presentation.owner.first_name }}{% else %}{{ presentation.owner.username }}{% endif %} | {% for ptag in ptags %} {% tag ptag presentation "True" %} {% endfor %} {% for otag in otags %} {% tag otag presentation 0 'secondary' %} {% endfor %} {% if not ptags and not otags %} {% endif %} | {{ presentation.visible_item_count }} {% with presentation.hidden_item_count as h %}{% if h %} (+{{h}}){% endif %}{% endwith %} |