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