diff --git a/plinth/templates/cards.html b/plinth/templates/cards.html index 098b20e36..be49d25d6 100644 --- a/plinth/templates/cards.html +++ b/plinth/templates/cards.html @@ -5,6 +5,7 @@ {% load i18n %} {% load static %} +{% load extras %} {% block container %}
@@ -19,6 +20,15 @@ {% include "tags.html" %} {% endblock %} + +
@@ -34,8 +44,8 @@
{% if show_disabled %} -
-
{% trans "Disabled" %}
+
+
{% trans "Available for install" %}
{% for item in menu_items %}