{% extends "base_page.html" %} {% block more_heads %} {% endblock %} {% block content %} {% for agent in agents %} {% endfor %}
Nom Projets Charge Éditer
{{ agent.firstname }} {{ agent.secondname }} {{agent.num_projects}} {{agent.total_charge / 100}} {{ commons.edit_link(url_for('main.agent_edit', agent_id=agent.id)) }} {{ commons.delete_link( url_for('main.agent_delete', agent_id=agent.id)) }}
{% endblock %} {% block more_scripts %} {% include 'datatables-includes.html' %} {% endblock %}