{% extends "base.html" %} {% block heading %} Recent Invocations {% endblock %} {% block content %} {% if filter_info %}

Invocations filtered by {{ filter_info | e }}

{% else %}

Recent Invocations

{% endif %} {% if invocations %} {% else %} (none) {% endif %} {% endblock %}