{% extends "base.html" %} {% load static from staticfiles %} {% load package_extras %} {% block title %}Arch Linux - Todo: {{ list.name }}{% endblock %} {% block content %}

Todo List: {{ list.name }}

{{ list.date_added|date }} - {{ list.creator.get_full_name }}

{{list.description|urlize|linebreaks}}

Link to lists of pkgbase values:

{{ list.packages|length }} total todo list package{{ list.packages|pluralize }} found.

Filter Todo List Packages

Select filter criteria {% for arch in arches %}
{% endfor %} {% for repo in repos %}
{% endfor %}
{{ list.packages|length }} todo list packages displayed.
{% for pkg in list.packages %} {% if pkg.pkg.flag_date %} {% else %} {% endif %} {% endfor %}
Arch Repository Name Current Version Maintainers Status
{{ pkg.pkg.arch.name }} {{ pkg.pkg.repo.name|capfirst }} {% pkg_details_link pkg.pkg %}{{ pkg.pkg.full_version }}{{ pkg.pkg.full_version }}{{ pkg.pkg.maintainers|join:', ' }} {% if perms.main.change_todolistpkg %} {% if pkg.complete %} Complete {% else %} Incomplete {% endif %} {% else %} {% if pkg.complete %}Complete{% else %}Incomplete{% endif %} {% endif %}
{% load cdn %}{% jquery %}{% jquery_tablesorter %} {% endblock %}