{% extends "base.html" %} {% block title %}{{ _('Create Project') }}{% endblock %} {% block content %}

{{ _('Create New Project') }}

{{ _('Create a new project to collect and rank thoughts.') }}

{{ _('Give your project a descriptive name.') }}
{{ _('Optional: Describe what this project is about.') }}
{{ _('Choose a color for your project. This color will be used in the UI.') }}
{{ _('Optional: Set an end date for the project. The project will be considered over after this date.') }}
{{ _('If checked, results will only be visible after the project end date or when manually ended.') }}
{{ _('Cancel') }}

{{ _('About Projects') }}

{% endblock %}