{% extends "base.html" %} {% block content %} {% set attribute_name = "plugins" %} {% include "plugins_modal.html" %} {% set infos = [ {"name" : "TOTAL PLUGINS", "data" : plugins|length|string}, {"name" : "INTERNAL PLUGINS", "data" : plugins_count_internal|string}, {"name" : "EXTERNAL PLUGINS", "data" : plugins_count_external|string}, {"name" : "PRO PLUGINS", "data" : plugins_count_pro|string if is_pro_version else plugins_count_pro|string + ' (preview)'}, ] %} {% include "card_info.html" %}
{{ plugin['name'] }}