{% extends 'index.html' %} {% load static i18n %} {% load i18n %} {% load widget_tweaks %} {% load mathfilters %} {% load basefilters %} {% block styles %} {% endblock styles %} {% block content %} {% trans "Objective Key Results (OKR)" %} {% trans "Filter" %} {% trans "Objective" %} {% trans "Objective" %} {{objective_filer_form.objective}} {% trans "Status" %} {{objective_filer_form.status}} {% trans "Employee" %} {{objective_filer_form.employee_id}} {% trans "Created" %} {{objective_filer_form.created_at}} {% trans "Start Date" %} {{objective_filer_form.start_date}} {% trans "Updated At" %} {{objective_filer_form.updated_at}} {% trans "End Date" %} {{objective_filer_form.end_date}} {% trans "Archive" %} {{ objective_filer_form.archive }} {% trans "Key Result" %} {{ objective_filer_form.emp_obj_id }} {% trans "Advanced" %} {% trans "Today" %} {% trans "Yesterday" %} {% trans "This Week" %} {% trans "This Month" %} {% trans "Group By" %} {% trans "Group By" %} {% trans "Field" %} {% for field in gp_fields %} {% trans field.1 %} {% endfor %} {% trans "Actions" %} {% trans "Archive" %} {% trans "Un-Archive" %} {% if perms.pms.delete_employeeobjective %} {% trans "Delete" %} {% endif %} {% if perms.pms.add_employeeobjective or request.user|filtersubordinates %} {% trans "Create" %} {% endif %} {% trans "Selected Objectives" %} {% include 'okr/objective_list.html' %} {% endblock content %}