diff --git a/plinth/templates/clients.html b/plinth/templates/clients.html index 83be701ee..069cfc951 100644 --- a/plinth/templates/clients.html +++ b/plinth/templates/clients.html @@ -22,187 +22,187 @@ {% load static %} {% if clients %} -
- -
++ +
-| Web | - {% with web_clients|first as client %} - {% for platform in client.platforms %} - {% if platform.type == 'web' %} -{{ client.name }} | -- - - - | - {% endif %} - {% endfor %} - {% endwith %} -|||||
|---|---|---|---|---|---|---|---|
| {{ client.name }} | -- - - - | -||||||
| Web | + {% with web_clients|first as client %} + {% for platform in client.platforms %} + {% if platform.type == 'web' %} +{{ client.name }} | ++ + + + | + {% endif %} + {% endfor %} + {% endwith %} +|||||
| {{ client.name }} | ++ + + + | +||||||
| Desktop | + {% with desktop_clients|first as client %} +{{ client.name }} | +
+
+ {% for platform in client.platforms %}
+ {% if platform.type == 'download' %}
+
+ {% endif %}
{% endfor %}
- {% endwith %}
- {% endif %}
-
- {% if clients|has_desktop_clients %}
- {% with clients|of_type:'desktop' as desktop_clients %}
-
+ Desktop |
- {% with desktop_clients|first as client %}
- {{ client.name }} |
-
- |
- {% endwith %}
-
- {% for platform in client.platforms %}
- {% if platform.type == 'download' %}
-
- {% endif %}
- {% endfor %}
-
- {{ client.name }} |
-
- |
-
- {% for platform in client.platforms %}
- {% if platform.type == 'download' %}
-
- {% endif %}
- {% endfor %}
-
- |
+ {% endwith %}
+
| {{ client.name }} | +
+
+ {% for platform in client.platforms %}
+ {% if platform.type == 'download' %}
+
+ {% endif %}
{% endfor %}
- {% endwith %}
- {% endif %}
+
+ |
+ ||||||
| Mobile | - {% with mobile_clients|first as client %} -{{ client.name }} | -
-
- {% for platform in client.platforms %}
- {% if platform.type == 'store' and platform.os == 'android' or platform.os == 'ios' %}
-
- {% endif %}
- {% endfor %}
-
- |
- {% endwith %}
- |||||
| {{ client.name }} | -
-
- {% for platform in client.platforms %}
- {% if platform.type == 'store' and platform.os == 'android' or platform.os == 'ios' %}
-
- {% endif %}
- {% endfor %}
-
- |
- ||||||
| Mobile | + {% with mobile_clients|first as client %} +{{ client.name }} | +
+
+ {% for platform in client.platforms %}
+ {% if platform.type == 'store' and platform.os == 'android' or platform.os == 'ios' %}
+
+ {% endif %}
{% endfor %}
- {% endwith %}
- {% endif %}
-
- {% if clients|has_package_clients %}
- {% with clients|of_type:'package' as package_clients %}
-
+ Package |
- {% with package_clients|first as client %}
- {{ client.name }} |
-
- |
- {% endwith %}
-
-
-
{{ client.name }} |
-
- |
-
-
-
|
+ {% endwith %}
+
| {{ client.name }} | +
+
+ {% for platform in client.platforms %}
+ {% if platform.type == 'store' and platform.os == 'android' or platform.os == 'ios' %}
+
+ {% endif %}
{% endfor %}
- {% endwith %}
- {% endif %}
+
+ |
+