{% extends "listings/base.html" %} {% load i18n %} {% load threadedcommentstags %} {% load tagging_tags %} {% load comments_tag %} {% load listings_tags %} {% block head_title %}{% blocktrans %}listing{% endblocktrans %} : {{ listing.title }}{% endblock %} {% block body %}

{{ listing.title }}

offered by: {{ listing.owner.username }} on {{ listing.time|date }}

Description: {{ listing.description|urlize }}

Want: {{ listing.want|urlize }}

{% tags_for_object listing as tags %} {% for tag in tags %} {{ tag }} {% endfor %}

{% if listing %} {% ifequal listing.owner request.user %}
{% else %} {% listing_add_remove listing user %} {% endifequal %} {% endif %}
{% comments listing %} {% endblock %}