- {{ content|without('field_rescind_this_delegation','field_rescission_date', 'field_rescission_notes', 'field_governing_authorities', 'field_keywords', 'field_signed_memo') }}
-{% if field.governing_authorities is not empty %}
- {{ content.field_governing_authorities }}
- {% else %}
-
References: None
+ {# content|without('field_rescind_this_delegation','field_rescission_date', 'field_rescission_notes', 'field_governing_authorities', 'field_keywords', 'field_signed_memo') #}
+ {{ content.field_prior_identifier }}
+ {{ content.field_chapter }}
+ {{ content.field_effective_date }}
+ {{ content.field_admin_update_date }}
+ {{ content.field_link_to_delegation_file }}
+
+ {% if content.field_autho|render|trim is not empty %}
+ - {{ content.field_autho }}
+ {% endif %}
+ {% if content.field_to_whom_delegated|render|trim is not empty %}
+ - {{ content.field_to_whom_delegated }}
+ {% endif %}
+ {% if 'This delegation has the following limitations' in content.field_limitations|render|render %}
+ -
+ {{ content.field_limitations }}
+ {{ content.field_limitation }}
+
+ {% endif %}
+ {% if 'May NOT be redelegated.' in content.field_redelegation|render|render %}
+ - {{ content.field_redelegation }}
+ {% else %}
+ - {{ content.field_redelegation }}
+
+ {% if content.field_redelegation_language|render|trim is not empty %}
+ - {{ content.field_redelegation_language }}
+ {% endif %}
+ {% if content.field_re_redelegation_authority|render|trim is not empty %}
+ - {{ content.field_re_redelegation_authority }}
+ {% endif %}
+
+
+ {% endif %}
+ Authority Citations
+ {% if content.field_references|render|trim is not empty %}
+ {{ content.field_references }}
+ {% else %}
+ None.
+ {% endif %}
+
+
+ {% if content.field_signed_memo|render|trim is not empty %}
+
{{ content.field_signed_memo }}
+ {% endif %}
+ {% if content.field_keywords|render|trim is not empty %}
+ {{ content.field_keywords }}
+ {% endif %}
+
{% endif %}
- {{ content.field_signed_memo }}
- {{ content.field_keywords }}
-