{% extends "base.html" %} {% block title %}{{ memory_type_display }} - Memorizz{% endblock %} {% block content %}
{{ items|length }} item{% if items|length != 1 %}s{% endif %} found
{{ item._id|string|truncate(20) }}
{% endif %}
{{ item.content|truncate(200) }}
{% elif item.description %}{{ item.description|truncate(200) }}
{% endif %}There are no items of this type stored in the memory provider.