2017-03-21 22:11:24 +01:00
|
|
|
{{ "<!-- SIGN -->" | safeHTML }}
|
2017-08-16 12:13:09 +02:00
|
|
|
<section class="bg-primary" id="action">
|
2017-03-21 22:11:24 +01:00
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-8 col-lg-offset-2 text-center">
|
2018-06-08 18:22:10 +02:00
|
|
|
<h2 class="section-heading">{{ i18n "action_headline" }}</h2>
|
2017-03-21 22:11:24 +01:00
|
|
|
<hr class="light">
|
2018-06-08 18:22:10 +02:00
|
|
|
<p id="actionintro">{{ i18n "action_intro" | markdownify }}</p>
|
|
|
|
<p><strong>{{ i18n "action_demand" | markdownify }}</strong></p>
|
|
|
|
<p>{{ (replace (replace (i18n "action_description") "$ORGS" (partial "functions/count_organisations.html" .) ) "$INDS" (partial "functions/count_signatures.html" .)) | markdownify }}</p>
|
2017-09-11 21:00:02 +02:00
|
|
|
|
|
|
|
{{ partial "functions/sign-form.html" . }}
|
2017-03-21 22:11:24 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|