{% load astakos_tags filters %} {% for group, resources in resource_catalog_dict.items %} {% for resource, rinfo in resources.items %} {% with type="hidden" %} {% with value=object|get_member_resource_grant_value:resource %} {% endwith %} {% with value=object|get_project_resource_grant_value:resource %} {% endwith %} {% endwith %} {% endfor %} {% endfor %}
 
{% for group, resources in resource_catalog_dict.items %}
X remove resource {% for resource, rinfo in resources.items %} {% include "im/projects/_form_resource_field.html" %} {% endfor %}
{% endfor %}