{% extends "base.html" %} {% import 'macros/empresa.html' as empresa_ui %} {% block title %}Editar OS - {{ os.numero_os }}{% endblock %} {% block content %}
Data Abertura: {{ os.data_abertura.strftime('%d/%m/%Y %H:%M') }}
Data Conclusão: {{ os.data_conclusao.strftime('%d/%m/%Y %H:%M') }}
Tempo de Atendimento: {{ "%.1f"|format(os.tempo_atendimento_total()) }} horas