{# * * Recent Topics NG. An extension for the phpBB Forum Software package. * * @copyright (c) 2022, IMC, https://github.com/IMC-GER / LukeWCS, https://github.com/LukeWCS * @copyright (c) 2017, Sajaki, https://www.avathar.be * @copyright (c) 2015, PayBas * @license GNU General Public License, version 2 (GPL-2.0-only) * * Based on the original NV Recent Topics by Joas Schilling (nickvergessen) #} {% if S_RTNG_LOCATION_BOTTOM || S_RTNG_LOCATION_TOP -%} {% if loops.pagination|length && (S_RTNG_LOCATION_TOP) %}
{% endif %} {% for rtng in loops.rtng %} {% if !rtng.S_TOPIC_TYPE_SWITCH && !rtng.S_FIRST_ROW %} {% endif %} {% if rtng.S_FIRST_ROW || !rtng.S_TOPIC_TYPE_SWITCH %}
{% endif %} {% else %}
{{ lang('RTNG_NO_TOPICS') }}
{% endfor %} {% if loops.pagination|length && (S_RTNG_LOCATION_BOTTOM) %}
{% endif %} {% endif %}