{% 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 %}