{% load sort_class_property_value %}

There are {{ name_set.count }} entries in this table. Back to the top.

{% if admin.admingroup %} {% endif %} {% regroup name_set by standard_name as grouped_name_list %} {% for standard_name in grouped_name_list %} {% if admin.admingroup %} {% endif %} {% endfor %}
Standard name Study description Requested procedure name Procedure name Acquisition protocol nameModify? Delete?
{{ standard_name.grouper }} {% for item in standard_name.list|sort_class_items:"study_description" %} {% if item %} {% endif %} {% endfor %}
{{ item }}
{% for item in standard_name.list|sort_class_items:"requested_procedure_code_meaning" %} {% if item %} {% endif %} {% endfor %}
{{ item }}
{% for item in standard_name.list|sort_class_items:"procedure_code_meaning" %} {% if item %} {% endif %} {% endfor %}
{{ item }}
{% for item in standard_name.list|sort_class_items:"acquisition_protocol" %} {% if item %} {% endif %} {% endfor %}
{{ item }}
Modify Delete