{% set public_key = app["conf"].get(['registry', 'webservices', 'recaptcha-public-key']) %}
{% endmacro %}
{% macro flashes() %}
{% for type in app.getAvailableFlashTypes %}
{% for message in app.getFlash(type) %}
{% if display_exif|default(true) and app.getAuthenticator().user is not none and user_setting('technical_display') == 'group' %}
{% include 'common/technical_datas.html.twig' %}
{% endif %}
{% endmacro %}