{% extends 'base.html' %} {% load i18n %} {% load mtp_common %} {% block page_title %}{% trans 'Before you continue' %} – {{ block.super }}{% endblock %} {% block content %}
{% trans 'We run compliance checks to prevent fraud and other criminal behaviour.' %}
{% url 'terms' as terms_url %} {% url 'privacy' as privacy_url %} {% blocktrans trimmed %} By using this service you’re agreeing to these checks and our terms and conditions and privacy policy. {% endblocktrans %}
{% trans 'Continue' %}