diff --git a/docroot/themes/custom/epa_intranet/templates/node--re-delegation.html.twig b/docroot/themes/custom/epa_intranet/templates/node--re-delegation.html.twig index 647828a78..5110a0c06 100644 --- a/docroot/themes/custom/epa_intranet/templates/node--re-delegation.html.twig +++ b/docroot/themes/custom/epa_intranet/templates/node--re-delegation.html.twig @@ -117,45 +117,61 @@ {% endif %} {# content|without('field_rescind_redelegation','field_rescission_date','field_rescission_notes','field_signed_memo','field_further_redelegation_files') #} - {{ field_policy_identifier }} - {{ field_effective_date }} - {{ field_admin_update_date }} - {{ field_policy_link }} - {{ field_policy_upload }} - {{ field_agency_delegation }} - {{ field_agency_delegation_link }} - {{ field_transmittal_notice }} + {{ content.field_policy_identifier }} + {{ content.field_effective_date }} + {{ content.field_admin_update_date }} + {{ content.field_policy_link }} + {{ content.field_policy_upload }} + {{ content.field_agency_delegation }} + {{ content.field_agency_delegation_link }} + {{ content.field_transmittal_notice }}
    -
  1. {{ field_redelegation_authority }}
  2. -
  3. {{ field_to_whom_delegated }}
  4. -
  5. -
      -
    • {{ field_limitation }}
    • -
    • {{ field_limitations }}
    • -
    -
  6. -
  7. -
      -
    • {{ field_further_redelegation }}
    • -
    • {{ field_redelegation_language }}
    • -
    • {{ field_re_redelegation_authority }}
    • -
    • {{ field_further_redelegation_files }}{{ field_link_to_further_redelegati }}
    • -
    -
  8. -
  9. Authority Citations
    - {% if field_references %} - {{ field_references }} - {% else %} -

    None.

    - {% endif %} -
  10. -
  11. Related Resources
    - {{ field_related_resources }} -
  12. -
  13. Signed Memo
    - {{ field_signed_memo }} -
  14. -
  15. {{ field_topic_area_of_authority }}
  16. + {% if content.field_redelegation_authority %} +
  17. {{ content.field_redelegation_authority }}
  18. + {% endif %} + {% if content.field_to_whom_delegated %} +
  19. {{ content.field_to_whom_delegated }}
  20. + {% endif %} + {% if content.field_limitation or content.field_limitations %} +
  21. +
      +
    • {{ content.field_limitation }}
    • +
    • {{ content.field_limitations }}
    • +
    +
  22. + {% endif %} + {% if content.field_further_redelegation or content.field_redelegation_language or content.field_re_redelegation_authority or content.field_further_redelegation_files or content.field_link_to_further_redelegati %} +
  23. +
      +
    • {{ content.field_further_redelegation }}
    • +
    • {{ content.field_redelegation_language }}
    • +
    • {{ content.field_re_redelegation_authority }}
    • +
    • {{ content.field_further_redelegation_files }}{{ content.field_link_to_further_redelegati }}
    • +
    +
  24. + {% endif %} + {% if content.field_references %} +
  25. Authority Citations
    + {% if content.field_references %} + {{ content.field_references }} + {% else %} +

    None.

    + {% endif %} +
  26. + {% endif %} + {% if content.field_related_resources %} +
  27. Related Resources
    + {{ content.field_related_resources }} +
  28. + {% endif %} + {% if content.field_signed_memo %} +
  29. Signed Memo
    + {{ content.field_signed_memo }} +
  30. + {% endif %} %} + {% if content.field_topic_area_of_authority %} +
  31. {{ content.field_topic_area_of_authority }}
  32. + {% endif %}
{% endif %}