{% extends "base.html" %} {% block body-id %}home{% end %} {% block breadcrumb-wrapper %}{% end %} {% block content %}

Available Hosts

{% set last_host = len(plugin_info) - 1 %} {% for index, host in enumerate(plugin_info) %} {% if index == 0 %}
{% end %}

{{ host }}

{{ len(plugin_info[host]['plugins']) }} Plugins {% set plugins = plugin_info[host]['plugins'] %} {% set last_plugin = len(plugins) - 1 %} {% for i, plugin in enumerate(plugins) %} {{ plugin }}{% if i != last_plugin %},{% end %} {% end %}
{% if index % 2 == 1 or index == last_host %}
{% if index != last_host %}
{% end %} {% end %} {% end %} {% end %}