{% extends "base.html" %} {% block title %}{{ _('Module Manager') }} — MediaForge{% endblock %} {% block styles %} {% endblock %} {% block content %}
{{ _('Restart required') }}
{%- if pending.install %}{{ _('To be installed/updated') }}: {{ pending.install|join(', ') }}{% endif %} {%- if pending.install and pending.remove %} · {% endif %} {%- if pending.remove %}{{ _('To be removed') }}: {{ pending.remove|join(', ') }}{% endif %}
{{ _('These changes are applied the next time MediaForge starts.') }}
{% if restart_supported %} {% else %} {{ _('Restart MediaForge to apply — this process cannot restart itself (debug mode).') }} {% endif %}
{% if not extensions %}
{{ _('No extension folders discovered.') }}
{% endif %} {% for ext in extensions %} {% endfor %}
{% endblock %}