{% if fieldable_no_bundle %}
entity.{{ entity_type_id }}.settings:
  title: {{ entity_type_label }}
  description: Configure {{ entity_type_label|article }} entity type
  route_name:  entity.{{ entity_type_id }}.settings
  parent: system.admin_structure
entity.{{ entity_type_id }}.collection:
  title: {{ entity_type_label|plural }}
  description: List of {{ entity_type_label|plural|lower }}
  route_name: entity.{{ entity_type_id }}.collection
  parent: system.admin_content
{% elseif bundle %}
entity.{{ entity_type_id }}_type.collection:
  title: '{{ entity_type_label }} types'
  parent: system.admin_structure
  description: 'Manage and CRUD actions on {{ entity_type_label }} type.'
  route_name: entity.{{ entity_type_id }}_type.collection
{% endif %}
