{% extends 'model_list.html' %} {% load i18n %} {% block notifications %} {% if not has_categories %} {% trans 'Note: create one or more categories before adding clients.' %} {% endif %} {% endblock notifications %}