{{ t('attached_machines') }}
{% for m in machines %} {% if month_value is defined and company_id %} {% elif month_value is defined %} {% elif log_date is defined and company_id %} {% elif log_date is defined %} {% elif company_id %} {% else %} {% endif %} {{ m.machine_number }} {% if m.location %}{{ m.location }}{% endif %} {% endfor %} {% if user.role != 'operator' %} + {{ t('add_machine') }} {% endif %}