{% extends 'base.html' %} {% load guardian_tags %} {% load widget_tweaks %} {% load url_link %} {% load plurals %} {% load crispy_forms_tags %} {% block content %}

Edit {{item.type}}: {{ name }}

{% csrf_token %} {% crispy form %} {% get_obj_perms request.user for project as "project_perms" %} {% if "change_project" not in project_perms %}
{% endif %}
{% if progress_bar == 1 %}
{% for space in space_info_list %} {% if space.tool != -1 %}
{{space.tool_name}}
{% endif %} {% endfor %}
{% for space in space_info_list %} {% if forloop.last %} {{space.tool_name}}: {{space.size_total}} {% else %} {{space.tool_name}}: {{space.size_total}} / {% endif %} {% endfor %}
{% endif %}

{{item|plurals}} linked

{{ nb_mapper }} {{item|plurals}} found
{% include "item_update/"|add:item.type|add:"_update_form.html" %} {% endblock %}