{% 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') }}:
{{ _('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 %}