{% load i18n %} {% load threadedcommentstags %}

{{ object.summary }}

{% if object.longterm %} {% endif %}
{% trans "Contact" %}:{{ object.contact }}
{% trans "Character" %}:{{ object.character }}
{% trans "Long term" %}:{{ object.longterm|yesno|capfirst }}

{{ object.description }}

{% trans "Comments" %}

{% if comments %} {% for comment in comments %}
{{ comment.user }} said:
{% auto_transform_markup comment %}

Cancel reply

    {{ comment.get_reply_form.as_table }}
{% endfor %} {% else %} {% trans "No comments were added yet" %} {% endif %}

{% trans "Add comment" %}

Cancel comment

    {{ comment_form.as_table }}