TimeTracker
{{ _('Track time. Stay organized.') }}
{{ _('Sign in to your account') }}
{{ _('Username') }}
{% if requires_password %}
{{ _('Password') }}
{% endif %}
{{ _('Sign in') }}
{% if allow_self_register %}
{{ _('Tip: Enter a new username to create your account.') }}
{% endif %} {% if auth_method and auth_method|string|lower == 'both' %}
{{ _('Or continue with') }}
{{ _('Single Sign-On') }}
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{% endfor %} {% endif %} {% endwith %}