{{ object.title }} {% if object.summary %}{{ object.summary }}{% endif %} {% if object.category %}Ordner: {{ object.category }}{% endif %} Stand: {{ object.last_updated|date:"d.m.Y H:i" }} {% if object.assignments.all %}Zugeordnet: {% for assignment in object.assignments.all %}{{ assignment.assigned_object }}{% if not forloop.last %}, {% endif %}{% endfor %}{% endif %} {{ object.rendered_body|safe }}