{% load helpers %} {% load render_table from django_tables2 %}
Project
{% if project %} {% for p in project %} {% endfor %}
Name Contact Point Status Quota Template
{{ p.name }} {{ p.project_owner }} {{ p.status }} {{ p.quota_template }}
{% else %}
None
{% endif %}