Lines 1-9
Link Here
|
1 |
[% USE KohaDates %] |
1 |
[% USE KohaDates %] |
2 |
|
2 |
|
3 |
[% IF enrollments %] |
3 |
[% IF enrollments %] |
4 |
<h2>Clubs currently enrolled in</h2> |
|
|
5 |
|
4 |
|
6 |
<table id="table_clubenrollments"> |
5 |
<table id="table_clubenrollments"> |
|
|
6 |
<caption><h2>Clubs currently enrolled in</h2></caption> |
7 |
<thead> |
7 |
<thead> |
8 |
<tr> |
8 |
<tr> |
9 |
<th>Name</th> |
9 |
<th>Name</th> |
Lines 34-42
Link Here
|
34 |
|
34 |
|
35 |
[% IF clubs %] |
35 |
[% IF clubs %] |
36 |
|
36 |
|
37 |
<h2>Clubs not enrolled in</h2> |
|
|
38 |
|
39 |
<table id="table_clubnoenrollmemnts"> |
37 |
<table id="table_clubnoenrollmemnts"> |
|
|
38 |
<caption><h2>Clubs not enrolled in</h2></caption> |
40 |
<thead> |
39 |
<thead> |
41 |
<tr> |
40 |
<tr> |
42 |
<th>Name</th> |
41 |
<th>Name</th> |
43 |
- |
|
|