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

{{ view_model.welcome_message }}

{{ 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 %}