{% comment %} Adds a box to highlight rights information if child item has a "rights" or "rightsstatement" field. {%- endcomment -%}
Rights
{% if child.rights %}
Rights:
{{ child.rights }}
{% endif %} {% if child.rightsstatement %}
Standardized Rights:
{{ child.rightsstatement }}
{% endif %}