7 lines
170 B
HTML
7 lines
170 B
HTML
{% extends "idindex/base.html" %}
|
|
|
|
{% block iddbcontent %}
|
|
<h3>{{ header }} I-Ds sorted by {{ sort_header }}</h3><br>
|
|
{% include "idindex/doclist.html" %}
|
|
{% endblock %}
|