2015-11-29 22:25:01 +01:00
|
|
|
<div class="header">
|
|
|
|
<div class="title">
|
2016-01-09 14:44:49 +01:00
|
|
|
<h1 translate>Legal Notice</h1>
|
2015-11-29 22:25:01 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2015-06-24 15:04:40 +02:00
|
|
|
|
2015-11-29 22:25:01 +01:00
|
|
|
<div class="details">
|
2016-01-09 14:44:49 +01:00
|
|
|
<div ng-bind-html="config('general_event_legal_notice')"></div>
|
|
|
|
<hr>
|
|
|
|
<p>OpenSlides {{ core_version }}
|
2015-11-29 22:25:01 +01:00
|
|
|
<div ng-show="plugins.length">
|
|
|
|
<p translate>Installed plugins:</p>
|
|
|
|
<ol>
|
|
|
|
<li ng-repeat="plugin in plugins">
|
|
|
|
{{ plugin.verbose_name }}: {{ plugin.version }}
|
|
|
|
</ol>
|
|
|
|
</div>
|
2015-06-24 15:04:40 +02:00
|
|
|
</div>
|