{% load i18n %} {% if object_list.count %} {% if is_searching %}
{% blocktrans %}Sorry, no links match '{{ query_string }}'{% endblocktrans %}
{% else %} {% url 'wagtaillinks:add' as add_url %}{% blocktrans %}You haven't added any links. Why not add one now?{% endblocktrans %}
{% endif %} {% endif %}