aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/web/templates/empty-list.html
blob: 4c01cb2bc3b0f088d5bbcf2e04e9c5a35e05442b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{% extends "base.html" %}

{% block page_title %}
    {{ label }}
{% endblock %}

{% block content %}
    <p>
    No matching bugs.
    </p>
{% endblock %}