{% extends "layout.html" %} {% block content %}

Register for TimeTrack

Join your company team

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
Registration Options:

Company Employee: You're on the right page! Enter your company code below.

Freelancer/Independent: Register as Freelancer

Get this code from your company administrator.
A verification link will be sent to this email address.

After registration, you'll need to verify your email address before you can log in.

{% endblock %}