{{ "exclamation-triangle"|icon }}
{{ gettext("No workers are registered with your company. Click here to add some.") }}
{% endif %}
{{ gettext("No workers are registered with your company. Click here to add some.") }}
{% extends "base.html" %} {% block content %}
{{ gettext("Your ID") }}:
{{ view_model.company_id }}
{{ gettext("Your email") }}:
{{ view_model.company_email }}
{{ gettext("Latest plans") }}
{% if view_model.has_latest_plans %} {% for plan in view_model.latest_plans %} {{ plan.approval_date }} {{ plan.prd_name }} {% endfor %} {% endif %}