{% extends "base.html" %} {% block title %}{{ t("ideas.title") }} · {{ project_name }} · {{ t("site.tool") }}{% endblock %} {% block content %}

{{ t("ideas.title") }}

{{ t("ideas.subtitle") }}

{% for group in groups %}

{{ group.status.label }}{% if group.status.i18n %} {{ group.status.raw }}{% endif %} {{ t("ideas.group_count", n=group.count) }}

{% endfor %} {% endblock %}