{% extends 'base.html' %} {% block content %}

Setores

Novo Setor
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% if setores %} {% for setor in setores %} {% endfor %} {% else %} {% endif %}
Código Descrição Status Ações
{{ setor.codigo }} {{ setor.descricao }} {% if setor.ativo %}Ativo{% else %}Inativo{% endif %}
Nenhum setor cadastrado.
{% endblock %} {% block scripts %} {% endblock %}