{% for n in news %}
{# lt = list type, wt = with thumbs #}
{% set force_show_news_list_with_thumbs = globals.query_string.lt == 'wt' ? true : false %}
{% if options.select.NewsListPageType == 'title_only' and force_show_news_list_with_thumbs == false %}
{% else %}
{% endif %}
{% endfor %}
{% include('include/pagination.tplp') %}
{{ n.title }}
{{ n.subtitle }}