{% extends "base.html" %} {% load static %} {% load package_extras %} {% load todolists %} {% load tz %} {% load humanize %} {% block title %}Arch Linux - Todo: {{ list.name }}{% endblock %} {% block content %}
Link to lists of pkgbase values:
| Arch | Repository | Name | Current Version | Staging Version | Maintainers | Status | Last Touched By | ||
|---|---|---|---|---|---|---|---|---|---|
| {{ pkg.arch.name }} | {{ pkg.repo.name|capfirst }} | {% todopkg_details_link pkg %} | {% if pkg.pkg.flag_date %}{{ pkg.pkg.full_version }} | {% elif pkg.pkg %}{{ pkg.pkg.full_version }} | {% else %}{% endif %} {% with staging=pkg.staging %} | {% if staging %}{% pkg_details_link staging staging.full_version %}{% endif %} | {% endwith %}{{ pkg.maintainers|join:', ' }} | {% if perms.todolists.change_todolistpackage %} {{ pkg.get_status_display }} {% else %} {{ pkg.get_status_display }} {% endif %} | {% if pkg.user %} {% if user.is_authenticated %} {{ pkg.user }} ({{ pkg.last_modified|naturaltime }}) {% else %} {{ pkg.user }} ({{ pkg.last_modified|naturaltime }}) {% endif %} {% endif %} |