{% extends "base" %} {% block content %}
    {% for list in lists %}
  1. {{ list.name }} New Note
  2. {% endfor %} {% for list in perm_lists %}
  3. {{ list.name }} (shared from {{ list.owner_id }}) New Note
  4. {% endfor %}
{% endblock %}