{% if custom_modules is empty %} {% else %} {% for mod in custom_modules %} {% endfor %} {% endif %}
{{ text.__('Installed modules', 'ifw') }}
{{ text.__('No custom modules found', 'ifw') }}
{{ mod.getName() }}
{{ text.__('Version', 'ifw') }} {{ mod.getVersion() }} | {{ text.__('By', 'ifw') }} {% if mod.getAuthorHomepage() is not empty %}{% endif %}{{ mod.getAuthor() }}{% if mod.getAuthorHomepage() is not empty %}{% endif %}{% if mod.getHomepage() is not empty %} | {{ text.__('Module Homepage', 'ifw') }} {% endif %}
{% if mod.getDescription() is not empty %}{{ mod.getDescription() }}{% endif %}
{% if mod.isActivated() %}{{ text.__('Activate', 'ifw') }}{% else %}Activate{% endif %} | {% if mod.isActivated() %}{{ text.__('Deactivate', 'ifw') }}{% else %}Deactivate{% endif %} | {% if mod.isActivated() %}{{ text.__('Delete', 'ifw') }}{% else %}Delete{% endif %}