{% extends "base.html" %} {% block title %}{{ _('Edit Time Entry') }} - {{ app_name }}{% endblock %} {% block extra_js %} {% if current_user.is_admin %} {% 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.') }}
{{ _('As an admin, you have full editing privileges for this time entry. Changes will be logged for audit purposes.') }}