{% extends 'layouts/default.html' %} {% block title %}AS Paths{% endblock %} {% block content %} {% for pth in paths %} {% endfor %}
Prefix AS-path Action
{{ pth.prefix }} {{ pth.as_path }}
{% endblock %}