{% if success %}✓{% else %}✗{% endif %}

{% if success %}Authorization Successful{% else %}Authorization Failed{% endif %}

{% if success %}You can close this window and return to the application.{% else %}{{ error_message }}{% endif %}

This window will close automatically...