{{ current_company.name if current_company else 'Brak aktywnej firmy' }}
{% block title %}{% endblock %}
{% if current_company %}
{% endif %} {{ 'Ciemny' if theme == 'dark' else 'Jasny' }} {% if read_only_mode %}R/O{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}