{% macro captcha() %}
{% set public_key = app['phraseanet.registry'].get('GV_captcha_public_key') %} {% endmacro %} {% macro flashes() %} {% for type in app.getAvailableFlashTypes %} {% for message in app.getFlash(type) %}
{{ message }} ×
{% endfor %} {% endfor %} {% endmacro %}