{% if has_folders %}
Empty {{ folder_model_name_singular }} without any {{ model_name_plural }}.
{% elif related_instance_attr and related_instance_pk is None %}
Object not created yet.
{% else %}
No {{ model_name_plural }} available.
{% endif %}
{% if related_instance_attr and related_instance_pk is None %}
Create this object via the {{ BACKEND_DEFAULT_SAVE_AND_CONTINUE_BUTTON_LABEL }} button first in order to manage related instances, such as {{ model_name_plural }}.
{% elif permissions.create %}
{% if has_folders %}
Click on the button below in order to create new
{{ model_name_plural }} in {{ folder_model_name_singular }}
'{% if current_folder %}{{ current_folder }}{% else %}/{% endif %}'.
{% else %}
Click on the button below in order to create new {{ model_name_plural }}.
{% endif %}
{% endif %}