aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/cacheview/templates/cacheview/addressrange_detail.html
blob: 76edc1baaec1bc39d1b8a56707c804b28e13ac3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{% extends "cacheview/cacheview_base.html" %}

{% block content %}

{% block title %}IP Range Detail{% endblock %}

IP Range: {{ object }}

Covered by the following resource certs:

    {% for cert in object.certs.all %}
  • {{ cert }}
  • {% endfor %}
{% endblock %}