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

{{ view_model.welcome_message }}

{{ gettext("Your ID") }}:

{{ view_model.member_id }}

{{ gettext("Your email") }}:

{{ view_model.email }}

{{ gettext("Your credit") }}:

{{ view_model.account_balance }}

{{ gettext("Your workplaces") }}:

{% if view_model.show_workplaces %} {% endif %} {% if view_model.show_workplace_registration_info %}
{{ "exclamation-triangle"|icon }}

{{ gettext("You are not registered with any company. Tell your company your member ID so that they register you.") }}

{% endif %}
{% if view_model.show_invites %}
{% endif %}

{{ gettext("My area") }}

{{ gettext("Public accounting") }}

{% endblock %}