{% extends 'base.html' %} {% load i18n %} {% load mtp_common %} {% load send_money %} {% block page_title %}{% trans 'I don’t have a debit card / can’t access this service' %} – {{ block.super }}{% endblock %} {% block content %}

{% trans 'Help' %} {% trans 'I don’t have a debit card / can’t access this service' %}

{% trans 'I don’t have a debit card' %}

{% url 'help_area:help-setup-basic-bank-account' as link %} {% blocktrans trimmed %} If you can’t use this service because you don’t have a debit card, find out how to set up a bank account that will give you one. {% endblocktrans %}

{% trans 'I can’t access this service' %}

{% url 'help_area:help-apply-for-exemption' as link %} {% blocktrans trimmed %} If you can’t use this service because you can’t use a computer, a smart phone or the internet, you can apply for an exemption which may allow you to send money through the post. {% endblocktrans %} {% trans 'An exemption is only granted in exceptional circumstances.' %}

{% endblock %}