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 %}

{% if not total_plugin_count %}

Could not access plugins - check your internet connection and restart this application.

{% endif %} {% if total_plugin_count and not display_rows %}

Show all plugins

{% endif %} {% for row in display_rows %}
{% if row.usesCustomOpenGraphImage %} {% endif %}

{{ row.name }}

{% if row.description %}

{{ row.description }}

{% endif %}

{{ row.name }} documentation

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" %}

{{ row.installed_version }} currently installed{% if row.is_default %} (default plugin){% endif %}

{% if actor.id == "root" and row.upgrade == "upgrade available" %}

Upgrade to {{ row.tag_name }}

{% endif %} {% if actor.id == "root" and not row.is_default %}

Uninstall {{ row.tag_name }}

{% endif %} {% else %} {% if actor.id == "root" %}

Install plugin: {{ row.name }}

{% endif %} {% endif %}
{% endfor %}