{% extends "base.html" %} {% block title %}{{ _('Edit Project') }} - {{ app_name }}{% endblock %} {% block content %}
{{ project.name }}
{{ _('Create new client') }}
{{ _('Leave empty for non-billable projects') }}
{{ _('Optional: Color for this project on the Gantt chart. Pick or enter a hex code (e.g. #3b82f6).') }}
{{ _('These custom fields are defined globally and available for all projects.') }}
{{ definition.description }}