{% extends 'layouts/default.html' %} {% block title %}Flowspec RTBH communities{% endblock %} {% block content %} {% for community in communities %} {% endfor %}
Id Display Name Community Large comm. Extended comm. AS-path Description Minimum level Edit
{{ community.id }} {{ community.name }} {{ community.comm }} {{ community.larcomm }} {{ community.extcomm }} {{ community.as_path }} {{ community.description }} {{ community.role }}
{% endblock %}