mirror of
https://github.com/anope/anope.git
synced 2026-06-27 19:06:39 +02:00
17 lines
259 B
HTML
17 lines
259 B
HTML
{INCLUDE header.html}
|
|
<table>
|
|
<tr>
|
|
<th>Number</th>
|
|
<th>Channel</th>
|
|
<th>Access</th>
|
|
</tr>
|
|
{FOR N,C,A IN NUMBERS,CHANNELS,ACCESSES}
|
|
<tr>
|
|
<td>{N}</td>
|
|
<td>{C}</td>
|
|
<td>{A}</td>
|
|
</tr>
|
|
{END FOR}
|
|
</table>
|
|
{INCLUDE footer.html}
|