summaryrefslogtreecommitdiff
path: root/template/kyc-done.html.j2
blob: f1f01255bc83e4ddcd4cdb8c639a1bef0b852869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends "common/base.j2" %}
{% block body_content %}
<div class="container">
  <header>
    <h1>{% trans %}Identification complete{% endtrans %}</h1>
  </header>
  <main id="maincontent">
    <p>
    {% trans %}
      Thank you for providing your identity information.
      Processing your GNU Taler transaction will now continue.
    {% endtrans %}
    </p>
  </main>
</div>
{% endblock body_content %}