{{ 'label.username'|trans }}
{{ user.username }}
{{ 'label.account_number'|trans }}
{{ user.accountNumber }}
{{ 'profile.first_entry'|trans }}
{% if firstTimesheet is not null %}
{{ firstTimesheet|date_short }}
{% else %}
–
{% endif %}
{{ 'profile.registration_date'|trans }}
{{ user.registeredAt|date_short }}
{{ 'label.hourlyRate'|trans }}
{{ user.preferenceValue('hourly_rate') }}