summaryrefslogtreecommitdiff
path: root/template/comingsoon.html.j2
blob: 4fb1e0c00909dad42598e0489a3ad601d3b93314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{% extends "common/base.j2" %}
{% block body_content %}
<main id="maincontent">
  <div class="jumbotron">
    <div class="container">
      <h1>{{ _("FAQs") }}</h1>
      <p>
        {% trans %}Here are some <span class='tlr'>FAQs</span> of major importance. {% endtrans %}
        <ul>
         <li> 
         </li>
        </ul>
        
        <ul>
         <li> 
         </li>
        </ul>
        
        <ul>
         <li> 
         </li>
        </ul>
        
          <p>{% trans %}More frequently asked questions on GNU Taler are answered in detail at
          <a href="https://taler.net/en/faq.html">Taler's FAQ web page</a> in English and some other languages.{% endtrans %}
      </p>
    </div>
    
    <div class="container">
      <h1>{{ _("Turn on!") }}</h1>
        <p>
        {% trans %}
          Three topics that are already listed here - [<em>Please adapt the content!</em>] {% endtrans %}
        </p>
        
      <ul>
        <li>
          <p>
        {% trans %}
          If you want to contribute to <span class='tlr'>translations</span> you can do so on 
          <a href="https://weblate.taler.net/">Taler's internationalization platform Weblate</a>.{% endtrans %}
          </p>
        </li>
        
        <li>
          <p>
        {% trans %}
          <span class='tlr'>Vendor requests</span> can be communicated on the
          <a href="https://taler.net/en/faq.html">vendor specific web page</a>.{% endtrans %}
          </p>
        </li>
        
        <li>
          <p>
        {% trans %}
          <span class='tlr'>Contacts</span>: You are invited to et into contact with the Taler staff for further steps. [Please xpand here] 
          You will also find a contacts overview on
          <a href="https://taler.net/en/contact.html">Taler's contacts page</a>.{% endtrans %}
          </p>
        </li>
        
      </ul>
    </div>
  </div>
{% endblock body_content %}