/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool
1
2
3
4
5
6
7
8
9
10
11
12
{% block content %}
{% include 'registers/table_scripts.html' %}

<table class="infoTable">
{% include 'registers/table_header.html' %}
{% for register in registers %}
   {% include 'registers/table_cell.html' %}
{% endfor %}
</table>
{% endblock %}