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