{% extends 'layouts/default.html' %} {% block title %}Flowspec Actions{% endblock %} {% block content %} {% for action in actions %} {% endfor %}
Id Name Command Description Minimum level action
{{ action.id }} {{ action.name }} {{ action.command }} {{ action.description }} {{ action.role }}
{% endblock %}