{% extends "base.html" %} {% block title %}{% if current_state == 'TRASHED' %}Trash Bin - ThinkStorm{% else %}Browse Incubating Ideas - ThinkStorm{% endif %}{% endblock %} {% block content %}
{% if current_state == 'TRASHED' %} Discarded submissions and unpromising ideas. Items in trash are retrievable at any time until permanently emptied. {% else %} Explore anonymous submissions, source-backed research dossiers, and claimed work tracks. {% endif %}
Items in the trash are withheld from active incubation. You can restore ideas back to their previous state, or permanently empty the trash.
{{ idea.summary }}
{% if idea.tags and idea.tags|length > 0 %} {% endif %}There are currently no discarded or trashed ideas.
Browse Active Ideas {% else %}There are currently no ideas matching the selected filters.
⚡ Submit an Idea {% endif %}