{% load i18n %} {% for cls in plugin_classes %} {% if forloop.first %}
  • {% trans "Add Plugin" %}
  • {% endif %}
  • {{ cls.1 }}
  • {% endfor %}