{% extends "base.html" %} {% load handletags %} {% block content %}
| {{ field.0 }} | {% if field.1.through %}{{ field.1.all|linkObjects }}{% else %}{{ field.1 }}{% endif %} | 
| Actions{% with "whoisdb:"|add:object.getClassName|lower|add:"-edit" as editView %} {% with "whoisdb:"|add:object.getClassName|lower|add:"-delete" as deleteView %} | Edit object, Delete object{% endwith %} {% endwith %} |