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