<td><span class="characterStatus"><$view field=status /></span></td>
I would like to set the span class based on the "status" field like so:
<td><span class="<$view field=status />"><$view field=status /></span></td>
Is this possible?
<td><span class={{!!status}}>...</span></td>