Tests ===== Jinja2 `tests `_ are like function calls, and specifically designed to check a condition and return a boolean. Built-in tests -------------- In addition to Jinja2's built-in tests, Betty provides the following: - :py:func:`copyright_notice_plugin ` - :py:func:`date_range ` - :py:func:`end_of_life_event ` - :py:func:`entity ` - :py:func:`entity_plugin ` - :py:func:`event_type_plugin ` - :py:func:`gender_plugin ` - :py:func:`has_file_references ` - :py:func:`has_links ` - :py:func:`image_supported_media_type ` - :py:func:`license_plugin ` - :py:func:`linked_data_dumpable ` - :py:func:`persistent_entity_id ` - :py:func:`place_type_plugin ` - :py:func:`presence_role_plugin ` - :py:func:`private ` - :py:func:`public ` - :py:func:`start_of_life_event ` - :py:func:`subject_role ` - :py:func:`user_facing_entity ` - :py:func:`witness_role `