1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-30 11:24:21 +01:00
fab-manager/app/frontend/templates/shared/privacy.html

25 lines
859 B
HTML
Raw Normal View History

2019-04-18 12:00:57 +02:00
<div class="about-fablab scrollable">
<div class="row padder">
<header class="about-picture">
<div class="col-sm-offset-2 col-md-offset-3 col-sm-10 col-md-8">
<h1 class="about-title text-u-c" translate>{{ 'app.public.privacy.title' }}</h1>
2019-04-18 12:00:57 +02:00
</div>
</header>
</div>
<div class="row padder">
<div class="col-md-offset-1 col-md-8 m-b-lg">
<div class="last-update text-gray">
<span translate>{{ 'app.public.privacy.last_update' }}</span>
<span>{{ privacyBody.last_update | amDateFormat:'LL' }}</span>
</div>
2019-04-18 12:00:57 +02:00
<span ng-bind-html="privacyBody.value"></span>
</div>
<div class="col-md-3" ng-show="privacyDpo.value">
<h2 class="about-title-aside text-u-c" translate>{{ 'app.public.privacy.dpo' }}</h2>
2019-04-18 12:00:57 +02:00
<span ng-bind-html="privacyDpo.value"></span>
</div>
</div>
</div>