{# templates/qrcode/test.html.twig #} {% extends 'base.html.twig' %} {% block title %}Tester le décodage QR Code{% endblock %} {% block body %}
| Clé | Valeur |
|---|---|
| {{ key }} |
{% if key == 'password' %}
{{ value }}
(mot de passe en clair)
{% else %}
{{ value }}
{% endif %}
|
{{ decoded_data|json_encode(constant('JSON_PRETTY_PRINT')) }}