{% if object.name != 'Trash'%}
{%else%}
{{object.name}}
{%endif%}- {% for object in object.note_set.all %}
{% include "notes/partials/note_list.html" with object=object hidecolor=True hidenotebook=True %}
{% endfor %}