{% extends "main/layout.html" %} {% block content %}
Planning & Monitoring | Pre-Assessment | Self-Evaluation | Evaluation |
---|---|---|---|
{% if planning %} Detalha {% else %} HR Seidauk Kria {% endif %} | {% if check_plan and not preass %} Kria {% elif check_plan and preass %} Detalha {% if preass.is_lock == False %} {% endif %} {% else %} Plano Seidauk kria {% endif %} | {% if check_plan and not selfeval %} Kria {% elif check_plan and selfeval %} Detalha {% if selfeval.is_lock == False %} {% endif %} {% else %} Plano Seidauk kria {% endif %} | {% if check_plan and not eval %} Kria {% elif check_plan and eval %} Detalha {% if eval.is_lock == False %} {% endif %} {% else %} Plano Seidauk kria {% endif %} |