{% set question = request.args.get('question', '') %}
{% if question %} {% set translation = extension.translate(question) %} {% if translation.error %}{{ translation.error }}
{% elif translation.bql %}{{ translation.bql }}
Download as CSV{% if config.HAVE_EXCEL %}, XLSX, or ODS{% endif %}
{{ result.contents }}
{% endif %}
{% endif %}
{% endif %}