{% extends "scls/base.html" %}
{% load i18n %}
{% block title %} {% blocktrans with name=user.get_full_name %}{{ name }}{% endblocktrans %}{% endblock %}
{% block content %}
{% blocktrans with name=user.get_full_name %}{{ name }} has not imported any collections matching the filter .{% endblocktrans %}
{% endfor %} {% include "scls/pagination.html" %} {% endblock %}