2018-02-16 05:22:50 +01:00
|
|
|
<div class="generic-page-wrapper">
|
|
|
|
{{* include the title template for the settings title *}}
|
|
|
|
{{include file="section_title.tpl" title=$title}}
|
|
|
|
|
2021-06-28 04:11:45 +02:00
|
|
|
{{foreach $addon_settings_forms as $addon_settings_form}}
|
|
|
|
|
2018-02-16 05:22:50 +01:00
|
|
|
<form action="settings/addon" method="post" autocomplete="off">
|
2021-06-28 04:11:45 +02:00
|
|
|
<input type="hidden" name="form_security_token" value="{{$form_security_token}}">
|
|
|
|
{{$addon_settings_form nofilter}}
|
|
|
|
</form>
|
2018-02-16 05:22:50 +01:00
|
|
|
|
2021-06-28 04:11:45 +02:00
|
|
|
{{foreachelse}}
|
2018-02-16 05:22:50 +01:00
|
|
|
|
2021-06-28 04:11:45 +02:00
|
|
|
<div class="alert alert-info" role="alert">{{$no_addon_settings_configured}}</div>
|
|
|
|
|
|
|
|
{{/foreach}}
|
2018-02-16 05:22:50 +01:00
|
|
|
|
|
|
|
</div>
|