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

{{ gettext("Accounts") }}

{{ "info-circle"|icon }}

{{ gettext("Each company has four accounts.") }}

{{ gettext("Account p") }} {{ 'industry'|icon }} {{ gettext("Account for fixed means of production") }} {{ view_model.balance_fixed }}
{{ gettext("Account r") }} {{ "oil-can"|icon }} {{ gettext("Account for liquid means of production")}} {{ view_model.balance_liquid }}
{{ gettext("Account a") }} {{ "users"|icon }} {{ gettext("Account for work certificates (wages)") }} {{ view_model.balance_work }}
{{ gettext("Account prd") }} {{ "exchange-alt"|icon }} {{ gettext("Account for product transfers (sales)") }} {{ view_model.balance_product }}
{% endblock %}