{% load admin_tags %} {% with source=item project=item.project %}

{{ project|repr }} ID: {{ project.id }}

{% for name, usage,limit in source.resources %}
{{ name }}
{{ usage }} from {{ limit }}
{% endfor %}
{% include "admin/action_list_horizontal.html" %}
{% endwith %}