{% if field_options.with_flag ?? true and country_name is not null %} {{ country_name }} {% endif %} {% if field_options.with_name ?? true %} {{ country_name ?? '' }} {% endif %} {% if country_name is null %} {{ include(entity_config.templates.label_null) }} {% endif %}