{% if plugins %}
Loaded Plugins
    {% for p in plugins %}
  • {{ p }}
  • {% endfor %}
{% else %}
{{ instance.mchost }} is not available
{% endif %}