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

{{ _('Create Project') }}

{{ _('Set up a new project to organize your work and track time effectively') }}

{{ _('Back to Projects') }}

{{ _('Choose a clear, descriptive name that explains the project scope') }}

{{ _('Optional: Short tag shown on Kanban cards') }}

{{ _('Supports Markdown') }}

{{ _('Optional: Add context, objectives, or specific requirements for the project') }}

{{ _('Enable billing for this project') }}

{{ _('Leave empty for non-billable projects') }}

{{ _('Optional: Add a reference number or identifier for billing purposes') }}

{{ _('Optional: Set a total project budget to monitor spend') }}

{{ _('Notify when consumed budget exceeds this threshold') }}

{% if custom_field_definitions %}

{{ _('Custom Fields') }}

{{ _('These custom fields are defined globally and available for all projects.') }}

{% for definition in custom_field_definitions %}
{% if definition.description %}

{{ definition.description }}

{% endif %}
{% endfor %}
{% endif %}
{{ _('Cancel') }}

{{ _('Project Creation Tips') }}

  • {{ _('Clear Naming') }}

    {{ _("Use descriptive names that clearly indicate the project's purpose") }}

  • {{ _('Billing Setup') }}

    {{ _('Set appropriate hourly rates based on project complexity and client budget') }}

  • {{ _('Detailed Description') }}

    {{ _('Include project objectives, deliverables, and key requirements') }}

  • {{ _('Client Selection') }}

    {{ _('Choose the right client to ensure proper project organization') }}

{% block extra_css %} {% endblock %} {% endblock %}