17 |
17 |
</div>
|
18 |
18 |
<div class=" col-lg-2 col-md-2 col-sm-3 col-xs-4">
|
19 |
19 |
<ul class="nav navbar-nav navbar-footer">
|
20 |
|
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/news">{% trans %}News{% endtrans %}</a></li>
|
21 |
|
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/discover">{% trans %}Discovering{% endtrans %}</a></li>
|
22 |
|
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/co-construct">{% trans %}Co-construct{% endtrans %}</a></li>
|
23 |
|
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/let-s-go">{% trans %}Let's go{% endtrans %}</a></li></ul>
|
|
20 |
<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['news'] }}">{% trans %}News{% endtrans %}</a></li>
|
|
21 |
<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['discovering'] }}">{% trans %}Discovering{% endtrans %}</a></li>
|
|
22 |
<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['co-construct'] }}">{% trans %}Co-construct{% endtrans %}</a></li>
|
|
23 |
<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['lets-go'] }}">{% trans %}Let's go{% endtrans %}</a></li></ul>
|
24 |
24 |
</div>
|
25 |
25 |
<div class=" col-lg-2 col-md-2 col-sm-3 col-xs-4">
|
26 |
26 |
<ul class="nav navbar-nav navbar-footer">
|
27 |
|
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/contact">{% trans %}Contact{% endtrans %}</a></li>
|
28 |
|
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/l-equipe-projet-oasis">{% trans %}Project team{% endtrans %}</a></li>
|
29 |
|
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/oz/projects">{% trans %}Projects{% endtrans %}</a></li>
|
|
27 |
<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['contact'] }}">{% trans %}Contact{% endtrans %}</a></li>
|
|
28 |
<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['project-team'] }}">{% trans %}Project team{% endtrans %}</a></li>
|
|
29 |
<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['projects'] }}">{% trans %}Projects{% endtrans %}</a></li>
|
30 |
30 |
<li><a class="ext-twitter" href="https://twitter.com/ozwillo">@Ozwillo</a></li>
|
31 |
31 |
</ul>
|
32 |
32 |
</div>
|
33 |
33 |
<div class=" col-lg-2 col-md-2 col-sm-3 col-xs-4">
|
34 |
34 |
<ul class="nav navbar-nav navbar-footer">
|
35 |
|
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/guide-utilisateur">{% trans %}User guide{% endtrans %}</a></li>
|
|
35 |
<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['user-guide'] }}">{% trans %}User guide{% endtrans %}</a></li>
|
36 |
36 |
<li><a href="http://doc.ozwillo.com/">{% trans %}Developers{% endtrans %}</a></li>
|
37 |
|
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/legal-notices">{% trans %}Legal Notices{% endtrans %}</a></li>
|
38 |
|
<li><a href="{{ g.ozwillo_url }}/{{current_lang}}/terms">{% trans %}General terms of use{% endtrans %}</a></li>
|
|
37 |
<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['legal-notices'] }}">{% trans %}Legal Notices{% endtrans %}</a></li>
|
|
38 |
<li><a href="{{ g.ozwillo_url }}{{ g.footer_links[current_lang]['general-terms-of-use'] }}">{% trans %}General terms of use{% endtrans %}</a></li>
|
39 |
39 |
</ul>
|
40 |
40 |
</div>
|
41 |
41 |
</div>
|
footer links localized (#6707)