2019-01-24 14:03:01 +00:00
|
|
|
<footer>
|
|
|
|
<section class="page">
|
|
|
|
<section :if="leftText">{{leftText}}</section>
|
2019-01-28 11:28:22 +00:00
|
|
|
<section :if="centerText" class="uppercase">{{centerText}}</section>
|
2019-01-24 14:03:01 +00:00
|
|
|
<section class="number">{{$t('numPages')}}</section>
|
|
|
|
</section>
|
2019-01-28 11:28:22 +00:00
|
|
|
<p class="phytosanitary">{{$t('law.phytosanitary')}}</p>
|
2019-02-11 09:06:26 +00:00
|
|
|
<p class="privacy" v-html="$t('law.privacy')"></p>
|
2019-01-24 14:03:01 +00:00
|
|
|
</footer>
|