{% extends "base.html" %} {% import "_settings_card_macro.html" as ext %} {% block title %}{{ _('Module Settings') }} — MediaForge{% endblock %} {% block styles %} {% endblock %} {% block content %}
{{ _('Settings contributed by installed modules') }}
{{ _('No module has contributed settings yet. Enable a module in the Module Manager to see its settings here.') }}
{{ _('Open Module Manager') }}