summaryrefslogtreecommitdiff
path: root/template/kyc-done.html.j2
blob: ebf3e12797ddf7bd0257168d4d732673a557e3d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends "common/base.j2" %}
{% block body_content %}
<article 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>
</article>
{% endblock body_content %}