{% load i18n sizeformat %} {% load url from future %}

{% trans "Plugin" %}

{% trans "Overview" %}


{% trans "Name" %}
{{plugin.name}}
{% trans "Version" %}
{{plugin.version}}
{% trans "uuid" %}
{{plugin.uuid}}
{% trans "Description" %}
{{plugin.description}}
{% trans "Subscribed events" %}
{% for event in plugin.subscribed_events %}
{{event}}
{% endfor %}
{% trans "Task methods" %}
{% for method in plugin.methods %}
{{method}}
{% endfor %}