holy_order_check_active_trigger = {
	FROM = {
		OR = {
			AND = {
				OR = {
					religion = catholic
					religion = cathar
					religion = fraticelli
					religion = waldensian
					religion = lollard
				}
				OR = {
					is_title_active = d_knights_templar
					is_title_active = d_knights_santiago
					is_title_active = d_knights_calatrava
					is_title_active = d_knights_hospitaler
					is_title_active = d_teutonic_order
					is_title_active = k_teutonic_state
					is_title_active = d_livonian_order
				}
			}
			AND = {
				OR = {
					religion = orthodox
					religion = bogomilist
					religion = monothelite
					religion = iconoclast
					religion = paulician
				}
				is_title_active = d_holy_sepulchre
			}
			AND = {
				OR = {
					religion = miaphysite
					religion = monophysite
				}
				is_title_active = d_saint_anthony
			}
			AND = {
				OR = {
					religion = nestorian
					religion = messalian
				}
				is_title_active = d_saint_addai
			}
		}
	}
}