{% load i18n bootstrap3 %}

{% blocktrans %}You must define some resources to perform the existing tasks. A single resource can perform simultaneous tasks as soon they belong to different categories. {% endblocktrans %}

{% for obj in agents %} {% include 'autoplanner/include/agent.html' %} {% endfor %} {% with obj=new_agent %} {% include 'autoplanner/include/agent.html' %} {% endwith %}
  {% trans 'Name' %} {% trans 'Arrival time?' %} {% trans 'Leaving time?' %}