{% extends 'notes/note_detail.html' %} {% load i18n %} {% block title %}{% trans "All Notes" %} | {{ block.super }}{% endblock %} {% block content %} {% include "notes/note_list_snippet.html" %} {% endblock %}