diff --git a/app/templates/group.html b/app/templates/group.html index 4eeda4f..abb6449 100644 --- a/app/templates/group.html +++ b/app/templates/group.html @@ -5,16 +5,36 @@

Group: {{ name }}

-
Packages that are part of the group
+
{{ packages|length }} packages
- + + {% if not packages %} + Group doesn't exist + {% else %} +
+ +
Installation:
+
+
+
+
pacman -S {{ name }}
+
+ +
+
+ +
Packages:
+
+ +
+
+ {% endif %} +