{% extends "div_base.html" %} {% load ch_extras %} {% block head %} {% endblock %} {% block content %}
{% for project in project_list %} {% endfor %}
Name Owners Members Slices Actions
{{ project.description }}
{% with project.owners.all as users %} {% with "ownersgrp_"|cat:forloop.counter0 as tooltip_class %} {% include "users/tooltiplist.html" %} {% endwith %} {% endwith %} {% with project.members.all as users %} {% with "membersgrp_"|cat:forloop.counter0 as tooltip_class %} {% include "users/tooltiplist.html" %} {% endwith %} {% endwith %} {% for slice in project.slice_set.all %} {% if forloop.counter < 2 %} {{ slice.name }}{% if not forloop.last %},{% endif %} {% else %} {% if forloop.counter == 2 %}
...
{% endif %} {{ slice.name }}{% if not forloop.last %},{% endif %} {% if forloop.last %}
{% endif %} {% endif %} {% endfor %}
view, delete
{% endblock content %}