{% extends 'index.html' %} {% load static i18n %} {% load i18n %} {% load widget_tweaks %} {% block content %} {% load basefilters %} {% include 'filter_tags.html' %} {% include "okr/emp_objective/emp_objective_nav.html" %} {{objective}} {% if perms.pms.change_objective %} {% endif %} {% if perms.pms.add_employeeobjective %} {% endif %} {% trans "Managers:" %} {% for manager in objective.managers.all %} {% endfor %} {% trans "Duration:" %} {{objective.duration}} {{objective.get_duration_unit_display}} {% trans "Description:" %} {{objective.description}} {% if objective.employee_objective.all %} {% else %} {% trans "There are no assignees for this objective at the moment." %} {% endif %} {% endblock %}
{{objective}}