{% extends "layout.html" %} {% block content_header %} {{ build_breadcrumbs(current_breadcrumbs + [ { 'name': plugin['description'], 'link': url_for('.PluginView:get', id=plugin.uuid), 'icon': 'file-code-o' } ]) }} {% endblock %} {% block content %}

{{ _('Description') }}:

{{ plugin['description'] }}
{% call build_list_containers(_('Plugins'), 'file-code-o', size='12') %} {% call build_list_table() %} {% call build_list_table_headers(actions_column=false) %} {{ _('Name') }} {{ _('Description') }} {{ _('Version') }} {{ _('Size') }} {% endcall %} {% call(package) build_list_table_rows(resource_list['items']) %} {{ package.name }} {{ package.description }} {{ package.version }} {{ package.dsize }} {% if package['id'] not in package_ids_installed %} {% else %} {% endif %} {% endcall %} {% endcall %} {% endcall %}