{% extends "base.html" %} {% block title %}Arch Linux - Todo Lists{% endblock %} {% block content %}

Package Todo Lists

{% if perms.main.add_todolist %} {% endif %} {% for list in lists %} {% endfor %}
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 %}
{% load cdn %}{% jquery %} {% endblock %}