{% extends "base.html" %} {% block title %}{{ _('Create Weekly Goal') }} - {{ config.APP_NAME }}{% endblock %} {% block content %}

{{ _('Create Weekly Time Goal') }}

{{ _('Set a target for hours to work this week') }}

hours

{{ _('How many hours do you want to work this week?') }}

{{ _('Leave blank to use current week (starting Monday)') }}

{{ _('If checked, the goal will only count Monday through Friday. Week ends on Friday instead of Sunday.') }}

{{ _('Cancel') }}

{{ _('Tips for Setting Goals') }}

  • {{ _('Be realistic: Consider holidays, meetings, and other commitments') }}
  • {{ _('Start conservative: You can always adjust your goal later') }}
  • {{ _('Track progress: Check your dashboard regularly to stay on track') }}
  • {{ _('Typical full-time: 40 hours per week (8 hours/day, 5 days)') }}
  • {{ _('Use "Exclude weekends" for a 5-day work week (Monday-Friday) instead of 7 days') }}
{% endblock %}