{% if this.response.status_code != 200 %}

{{ this.response.status_code }} Error

Error: {{ this.response.reason }}

{% else %}

Google Maps API Key Error

Error: {{ this.response.json()['error_message'] }}

{% endif %}