File indexing completed on 2024-11-24 04:42:52

0001 <style type="text/css">
0002 th {
0003     text-align: left;
0004     width: 25%;
0005     white-space: nowrap;
0006     font-weight: bold;
0007 }
0008 .header th {
0009     vertical-align: middle;
0010 }
0011 td {
0012     padding-left: 5px;
0013 }
0014 
0015 {% block style %}
0016 {# Custom style extension provided by subtemplates #}
0017 {% endblock %}
0018 </style>
0019 
0020 
0021 {% block body %}
0022 {# Actual content of the subtemplate #}
0023 {% endblock %}