{% set pet_status_content = pet_status_content | default(pet_content) %}
{% set pet_archive_notice = pet_status_content.archive_notice | default('', true) if pet_status_content else '' %}
{% set pet_deprecated_warning = pet_status_content.deprecated_warning | default('', true) if pet_status_content else '' %}
{% if pet_archive_notice is string and pet_archive_notice | trim %}
{% endif %}
{% if pet_deprecated_warning is string and pet_deprecated_warning | trim %}
{% endif %}