{% extends "base.html" %} {% block content %}
Name | Creation Date | Creator | Description | Status |
---|---|---|---|---|
{{ list.name }} | {{ list.date_added }} | {{ list.creator.get_full_name }} | {{ list.description }} | {% if list.complete %}Complete{% else %}Incomplete{% endif %} |