{% extends "::base.html.twig" %} {% block title 'Update Target Indicators' %} {% block content %} {{ include(workplan_links, {'show_search': false}, with_context = false) }}
Update Indicators for Target
{{ target }}
{{ form(form) }}
{% endblock %} {% block formjscripts %} {{ parent() }} {{ form_javascript(form) }} {% endblock %}