{% extends 'base.html.twig' %} {% block nav_title %}  Platform - AGS line items{% endblock %} {% block body %}
 Line items
 Create
{% if lineItems|length > 0 %} {% for lineItem in lineItems %} {% endfor %}
Identifier Label Actions
{{ lineItem.identifier|truncate }} {{ lineItem.label }}
{% else %} {% endif %}
{% endblock body %} {% block scripts %} {% endblock %}