{% extends "grid/base.html" %} {% load url from future %} {% load i18n %} {% load cache %} {% load grid_tags %} {% load package_tags %} {% block head_title %}{{ grid.title }}{% endblock %} {% block javascript %} {% endblock javascript %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}

home / grids / {{ grid.title }} edit

{{ grid.description|urlize|linebreaksbr }}

 

Standard View

{% if features %}

Features currently being evaluated

{% for feature in features %} {% endfor %}
Feature Description
{{ feature.title }} {% if request.user.is_authenticated %} edit{% if perms.grid.delete_feature %} delete{% endif %} {% endif %} {{ feature.description|wordwrap:80|linebreaksbr }}
{% if request.user.is_authenticated %}

 Add new feature to the grid

{% endif %} {% else %} {% if request.user.is_authenticated %}

 Add a feature to the grid

{% endif %} {% endif %} {% if grid_packages.count %} {% if request.user.is_authenticated %}

 Add another package

{% endif %} {% for attribute_name, display_name in attributes %} {% if display_name %} {% else %} {% endif %} {% endfor %} {% for feature in features %} {% endfor %} {% for package in grid_packages %} {% for attribute_name, display_name in attributes %} {% if attribute_name == "participant_list" %} {% else %} {% if attribute_name == "repo" %} {% else %} {% with attribute_name|style_attribute:package.package as val %} {% endwith %} {% endif %} {% endif %} {% endfor %} {% for feature in features %} {% with elements|hash:feature.pk|hash:package.pk as element %} {% endwith %} {% endfor %} {% endfor %} {% for attribute_name, display_name in attributes %} {% if display_name %} {% else %} {% endif %} {% endfor %} {% for feature in features %} {% endfor %}
Package{{ display_name }}{{ attribute_name }}{{ feature.title }}
{{ package.package.title }} {% if perms.grid.delete_gridpackage %} delete{% endif %} {% for collaborator in package.package.participant_list %} {% if forloop.counter <= 10 %} {{ collaborator }} {% if not forloop.last %}
{% endif %} {% endif %} {% if forloop.counter == 11 %} more... {% endif %} {% endfor %}
{{ package.package.repo }}{{ val }}{% if element %}{{ element.text|style_element|safe|urlize|linebreaksbr }}{% endif %}
Package{{ display_name }}{{ attribute_name }}{{ feature.title }}
{% if request.user.is_authenticated %}

 Highlighted cells are editable. Click highlighted cells to change text.

{% endif %} {% else %}

 Add a package to get a grid view

{% endif %} {% endblock %} {% block extra_body %} {% endblock %}