{% extends "base.html" %} {% block title %} All Abstract Interfaces – {{ project }} {% endblock %} {% block body %}

Abstract Interfaces

{% for absint in project.absinterfaces|sort(attribute='name') %} {% endfor %}
Abstract InterfaceLocationDescription
{{ absint | relurl(page_url) }} {{ absint.parent | relurl(page_url) }} {{ absint.procedure | meta('summary') }}
{% endblock %}