Projet

Général

Profil

Télécharger (793 octets) Statistiques
| Branche: | Tag: | Révision:

theme / ckanext / ozwillo_theme / templates / home / snippets / promoted.html @ 39526fb3

1
{% set current_lang = request.environ.CKAN_LANG %}
2

    
3
<div class="module-content box">
4
  <header>
5
    <h1 class="page-heading">Open Data</h1>
6
    <h5>
7
    	{% trans %}Searching for data?{% endtrans %}
8
    </h5>
9
    <p class="step">
10
      {% trans %}Explore datasets published on Ozwillo by local authorities and public bodies.{% endtrans %}
11
    </p>
12
    <h5>
13
 		  {% trans %}You have data to share?{% endtrans %}
14
 		</h5>
15
    <p class="step">
16
    	{% trans %}If you search a place to host them, subscribe to our service{% endtrans %} <a href="{{g.ozwillo_portal_url}}/{{current_lang}}/store/application/{{g.ozwillo_ckan_app_id}}"><i class="fa fa-hand-o-right"></i> Open Data</a>{% trans %}: click Install and steer by it. An Ozwillo account is required.{% endtrans %}
17
    </p>
18
  </header>
19
</div>
(1-1/2)