{% extends "::base.html.twig" %} {% block collection_widget %} {% spaceless %} {% if prototype is defined %} {% set attr = attr|merge({'data-prototype': block('collection_item_widget') }) %} {% endif %} {% set attr = attr|merge({'data-allow-add': allow_add ? 1 : 0}) %} {% set attr = attr|merge({'data-allow-remove': allow_delete ? 1 : 0 }) %} {% set attr = attr|merge({'data-name-prefix': full_name}) %} {% for rows in form %} {% endfor %}
Tracking Type Details Weight Baseline Target SP Indicator
{{ form_widget(rows.trackingType) }}{{ form_errors(rows.trackingType) }} {{ form_widget(rows.details) }}{{ form_errors(rows.details) }} {{ form_widget(rows.weight) }}{{ form_errors(rows.weight) }} {{ form_widget(rows.baseline) }}{{ form_errors(rows.baseline) }} {{ form_widget(rows.target) }}{{ form_errors(rows.target) }} {{ form_widget(rows.spIndicator) }}{{ form_errors(rows.spIndicator) }}
{% endspaceless %} {% endblock collection_widget %} {% block collection_item_widget %} {% spaceless %} {{ form_widget(prototype.trackingType) }}{{ form_errors(prototype.trackingType) }} {{ form_widget(prototype.details) }}{{ form_errors(prototype.details) }} {{ form_widget(prototype.weight) }}{{ form_errors(prototype.weight) }} {{ form_widget(prototype.baseline) }}{{ form_errors(prototype.baseline) }} {{ form_widget(prototype.target) }}{{ form_errors(prototype.target) }} {{ form_widget(prototype.spIndicator) }}{{ form_errors(prototype.spIndicator) }} {% endspaceless %} {% endblock collection_item_widget %} {% block button_widget %} {% spaceless %} {% if label is empty %} {% set label = name|humanize %} {% endif %} {% if add_cancel_btn %} {{ cancel_label|title }} {% endif %} {% if add_antispam_button %} {% endif %} {% endspaceless %} {% endblock button_widget %} {% form_theme form _self %} {% form_theme form.indicators 'AlsuiteAssetsBundle:Form:collection-theme.html.twig' _self %} {% block title 'Add Indicators' %} {#{% block submenu %} {{ include('AlsuiteBackendBundle:BreadCrumbs:experts.html.twig') }} {% endblock %}#} {% block content %}
Add Indicators
Output{{ output.output }}
Outcome{{ output.outcome.outcome }}
Project{{ output.getProject().name }}
{{ form_start(form) }}
To add an indicator, click Indicator
{{ form_row(form.indicators) }}
{% endblock %} {% block javascripts %} {% endblock %}