{% extends 'pref.swig' %} {% block phead %} {% endblock %} {% block form %} {% set mfound = false %} {% for key, val in plugins %} {% set mfound = true %} {% endfor %} {% if not mfound %} {% endif %}
{% if val.pref %}{% endif %} {{ val.description|default(key) }} {% if val.pref %}{% endif %}
{% if val.author %} Author: {% if val.homepage %} {{ val.author }} {% else %} {{ val.author }} {% endif %} {% endif %} {% if val.version %} Version: {{ val.version }} {% endif %}
{% set label = 'Disable' %} {% if cfg.plugoff[key] %} {% set label = 'Enable' %} {% endif %}
{{ tr('No modules installed') }}
{% endblock %}