{% extends "base.html" %} {% block title %}{{ _('About') }} - {{ app_name }}{% endblock %} {% block content %}
{{ _('Professional time tracking and project management') }}
{{ _('A comprehensive web-based time tracking application built with Flask, featuring project management, client organization, task management, invoicing, and advanced analytics.') }}
{{ _('Real-time tracking with idle detection and live updates') }}
{{ _('Organize clients with contacts, rates, and project relations') }}
{{ _('Break down projects into tasks with progress tracking') }}
{{ _('Generate professional invoices from tracked time') }}
{{ _('Status, versions, and configuration details.') }}
{% if current_user.is_admin %} {{ _('System Info') }} {% else %} {{ _('Admin access required') }} {% endif %}{{ _('Report issues, request features, contribute.') }}
{{ _('GitHub Issues') }}