{% load i18n cms_admin %}
{% if not cl.get_items %}

{% blocktrans %}There is no page around yet.
Add page now.{% endblocktrans %}

{% endif %}