{% extends "base_page.html" %} {% block more_heads %} {% endblock %} {% block content %}
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)) }} |