{% load i18n %}
{% load qr_code %}
{% blocktrans %}
Scan this QR code to get OTP for account '{{ user }}'
{% endblocktrans %}
{% qr_from_text totp_url %}
{% trans 'Some e-mail clients does not render SVG, also generating PNG.' %}
{% qr_from_text totp_url size="s" image_format="png" error_correction="M" %}