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