{% extends "base.html" %} {% block title %}Espelho RH Runtime{% endblock %} {% block content %}
| Data | Entrada | Pausa início | Pausa fim | Saída | Status |
|---|---|---|---|---|---|
| {{ linha.data.strftime('%d/%m/%Y') if linha.data else '-' }} | {{ linha.entrada or '-' }} | {{ linha.pausa_inicio or '-' }} | {{ linha.pausa_fim or '-' }} | {{ linha.saida or '-' }} | {% if linha.inconsistente %}Inconsistente {% elif linha.tem_registro %}Com batidas {% else %}Sem batidas {% endif %} |
| Nenhum registro encontrado para a competência selecionada. | |||||
| Data/Hora | Tipo | Origem | Status |
|---|---|---|---|
| {{ registro.data_hora.strftime('%d/%m/%Y %H:%M:%S') if registro.data_hora else '-' }} | {{ registro.tipo or '-' }} | {{ registro.origem or '-' }} | {{ registro.status_registro or 'ativo' }} |
| Sem batidas nesta competência. | |||
| Solicitada em | Motivo | Status |
|---|---|---|
| {{ item.data_solicitacao.strftime('%d/%m/%Y %H:%M') if item.data_solicitacao else '-' }} | {{ item.motivo or '-' }} | {% if item.status == 'pendente' %}Pendente {% elif item.status == 'aprovado' %}Aprovado {% else %}{{ item.status or '-' }} {% endif %} |
| Sem retificações nesta competência. | ||