Sort by {% for column in display_columns %} {% if column.name in ("stargazers_count", "downloads_this_week", "latest_release_at") %} {% if column.name == sort_desc %} {{ column.name }} ▲ {% else %} {{ column.name }}{% if column.name == sort %} ▼{% endif %} {% endif %} · {% endif %} {% endfor %}
{% for row in display_rows %}{{ row.description or "" }}
Downloads this week: {{ row.downloads_this_week }} Stars: {{ row.stargazers_count }}
Latest release: {{ row.tag_name }} on {{ prettydate(row.latest_release_at) }}
{% if row.installed == "installed" %}Currently installed
{% else %} {% if actor.id == "root" and row.installed == "not installed" %} {% endif %} {% endif %}