{% extends "base_page.html" %} {% block content %} {% for label in labels %} {% endfor %}
Labels Éditer
{{ label.name }} {{ commons.edit_link(url_for('main.label_edit', label_id=label.id)) }} {{ commons.delete_link( url_for('main.label_delete', label_id=label.id)) }}
{% endblock %}