{% if static_query_deltas %}
{% for english_query, detailed_query_link, model, model_type in
static_query_deltas %}
- "{{ english_query }}" in {{ model }} using the {{ model_type }}
model type. For details click
here.
{% endfor %}
{% endif %}
{% if dynamic_query_deltas %}
{% for english_query, model, model_type in dynamic_query_deltas %}
- "{{ english_query }}" in {{ model }} using the {{ model_type }}
model type
{% endfor %}
{% endif %}