{% extends 'pref.swig' %} {% block phead %} {% endblock %} {% block form %} {% set mfound = false %}
{% 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') }} |