{% extends "base.html" %} {% block title %}{{ _('Create Task') }} - Time Tracker{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ _('Add a new task to your project to break down work into manageable components') }}
{{ _('Choose a clear, descriptive name that explains what needs to be done') }}
{{ _('Optional: Add context, requirements, or specific instructions for the task') }}
{{ _('Select the project this task belongs to') }}
{{ _('Optional: Set a deadline for this task') }}
{{ _('Optional: Estimate how long this task will take') }}
{{ _('Optional: Assign this task to a team member') }}