{# # This template defines a macro called "errorList" which is used by the accounts/register template # for displaying validation errors that may occur when someone tries to create an account. # # See: http://twig.sensiolabs.org/doc/tags/macro.html #} {% macro errorList(errors) %} {% if errors %} {% endif %} {% endmacro %}