{% extends 'FollowUpBoardBundle:Board:board.html.twig' %} {% block panelheading %}
Back to the list
{% endblock panelheading %} {% block panelbody %} {{render(controller('FollowUpBoardBundle:Workpackage:new' ))}}
{% for entity in entities %} {% endfor %}
Name Description # of tasks Actions
{{ entity.name }} {{ entity.description }} {{ entity.tasks | length}} {% if entity.tasks | length == 0 %} {{render(controller('FollowUpBoardBundle:Workpackage:deleteButton', { 'id': entity.id } ))}} {% else %} {% endif %}
{% endblock panelbody%} {% block panelfooter %} {% endblock panelfooter %}