{% extends "base.html" %} {% block title %}Arch Linux - Todo Lists{% endblock %} {% block content %}
Name | Creation Date | Creator | Description | Package Count | Incomplete Count | Status |
---|---|---|---|---|---|---|
{{ list.name }} | {{ list.date_added }} | {{ list.creator.get_full_name }} | {{ list.description|safe }} | {{ list.pkg_count }} | {{ list.incomplete_count }} | {% ifequal list.incomplete_count 0 %}Complete {% else %}Incomplete{% endifequal %} |