{% extends "base.html" %} {% block title %}{{ t('ideas.title') }} - {{ t('app.title') }}{% endblock %} {% block content %}
{{ t(problem) }}
{% endif %} {% if saved %}{{ t('profile.saved') }}
{% endif %} {% if bank and bank.next_session %}{{ bank.next_session }}
{% endif %} {% if sections %} {% for section, angles in sections.items() %}{% set block = loop.index %}{{ t('ideas.empty') }}
{% endif %} {% if bank %}| {{ t('ideas.used_date') }} | {{ t('ideas.used_pillar') }} | {{ t('ideas.used_angle') }} | {{ t('ideas.used_file') }} |
|---|---|---|---|
| {{ entry.date }} | {{ entry.pillar }} | {{ entry.angle }} | {{ entry.file }} |