blob: 3efebd76fe48d8b2636cb236ba26e1bbe0d0b5b5 (
plain)
1
2
3
4
5
6
7
8
9
|
{% block content %}
{% include 'registers/table_scripts.html' %}
<table class="infoTable">
{% include 'registers/table_header.html' %}
{% include 'registers/table_cell.html' %}
</table>
{% endblock %}
|