{% extends "base.html" %} {% block title %}{{ _('Edit Time Entry') }} - {{ app_name }}{% endblock %} {% block extra_css %} {# Toast UI Editor CSS loaded dynamically on desktop only (Issue #557 mobile freeze fix) #} {% endblock %} {% block extra_js %} {% if can_edit_schedule %} {% endif %} {% endblock %} {% block content %}
{{ timer.project.name }}{% if timer.task %} - {{ timer.task.name }}{% endif %}
{{ _('Admin Mode:') }} {{ _('You can edit all fields of this time entry, including project, task, start/end times, and source.') }}
{{ _("You can edit this entry's project, task, start and end times, and break.") }}
{{ _('As an admin, you have full editing privileges for this time entry. Changes will be logged for audit purposes.') }}