{% extends "base.html" %} {% block content %}
{{ 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 %}{{ gettext("You are not registered with any company. Tell your company your member ID so that they register you.") }}
{{ gettext("Latest plans") }}
{% if view_model.has_latest_plans %} {% for plan in view_model.three_latest_plans %}