{% if error %} {% elif status != "ok" %} {% endif %} {% if warnings %}

Warnings

{% for warning in warnings %}
{{ warning.code }}
{{ warning.message }}
{% endfor %}
{% endif %}