{% INCLUDECSS '@phpbb_ideas/ideas.css' %} {% include 'overall_header.html' %}

{{ lang('IDEAS_TITLE') }}

{% include '@phpbb_ideas/action_bar_top.html' %} {# TOP IDEAS #}

{{ lang('TOP_IDEAS') }}

{% if top_ideas %} {{ lang('VIEW_TOP') }} {% endif %}
{% set ideas = top_ideas %} {% include '@phpbb_ideas/index_list.html' %}
{# LATEST IDEAS #}

{{ lang('LATEST_IDEAS') }}

{% if latest_ideas %} {{ lang('VIEW_LATEST') }} {% endif %}
{% set ideas = latest_ideas %} {% include '@phpbb_ideas/index_list.html' %}
{# IMPLEMENTED IDEAS #}

{{ lang('IMPLEMENTED_IDEAS') }}

{% if implemented_ideas %} {{ lang('VIEW_IMPLEMENTED') }} {% endif %}
{% set ideas = implemented_ideas %} {% include '@phpbb_ideas/index_list.html' %}


{% include 'overall_footer.html' %}