{% extends "base.html" %} {% block title %}{{ _('Edit Weekly Goal') }} - {{ config.APP_NAME }}{% endblock %} {% block content %}
{{ goal.week_label }}
{{ _('Week Period') }}
{{ _('Current Progress') }}
{{ goal.actual_hours }}h / {{ goal.target_hours }}h ({{ goal.progress_percentage }}%)
{{ _('If checked, the goal will only count Monday through Friday. Week ends on Friday instead of Sunday.') }}