__section__
default
__description__
You should describe stuff here.
__title__
Useless title to template
__page__
misc
__lang__
en_US
__name__
signoff_box
__template__
[% IF header %]<b>[% header %]</b><br>[% END %]
[% IF signoffs.size == 0; 
	content = "<b>No Signoffs</b>";
ELSE;
	content = content _ "<table>";
	FOREACH signoff = signoffs;
		content = content _ "<tr><td>" _  signoff.nickname  _ "</td><td>" _ Slash.timeCalc(signoff.signoff_time, "%m-%d %H:%M:%S", 0) _"</td><td>" _ signoff.signoff_type _"</td></tr>";
	END;
	content = content _ "</table>";
 END %]
[% content %]
__seclev__
10000
__version__
$Id: signoff_box;misc;default,v 1.5 2006/02/28 20:15:37 tvroom Exp $
