{% load graph %} {% for obj in object_list %}

{{obj.name}}

{{obj.doc|parse_docstring}}

Exemple

{% graph obj.name %}
{% endfor %}