{% for plugin in plugin_list %}
  • {{ plugin.get_plugin_name }}{% if plugin.get_short_description %} [ {{ plugin.get_short_description }} ]{% endif %}
  • {% endfor %}