diff --git a/app_company/templates/app_company/service-order.html b/app_company/templates/app_company/service-order.html index b07d355..2f555c4 100644 --- a/app_company/templates/app_company/service-order.html +++ b/app_company/templates/app_company/service-order.html @@ -78,10 +78,14 @@

Solicitação {{service_order.id}}

- {% if not service_order.employee and user.role == 'F' %} + {% if not service_order.employee %} + {% if user.role == 'F' %} - {% else %} + {% endif %} + {% endif %} + + {% if user.role == 'A' %}