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

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

{{ goal.week_label }}

{{ _('Week Period') }}

{{ goal.week_label }}

{{ _('Current Progress') }}

{{ goal.actual_hours }}h / {{ goal.target_hours }}h ({{ goal.progress_percentage }}%)

hours

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

{{ _('Cancel') }}
{% endblock %}