{if (empty($row.oldtypetitle))} {* old was not set *} Is set to {$row.newtypetitle|htmlspecialchars} {$row.newstatustitle|htmlspecialchars} status. {include file="Member/Admin/cells/dateJoinedSetTo.tpl" }. {elseif empty($row.newtypetitle)} {* unset this type *} Has been cleared. The settings before the changes were: account subtype - {$row.oldtypetitle|htmlspecialchars}, status - {$row.oldstatustitle|htmlspecialchars}{if !empty($row.olddatejoined)}, date joined - {$row.olddatejoined|date_format}{/if}. {else} {if $row.oldtypetitle == $row.newtypetitle && $row.oldstatustitle == $row.newstatustitle && $row.olddatejoined != $row.newdatejoined} {*changed only Date Joined*} Date Joined {if empty($row.newdatejoined)}is unset {else}is set to {$row.newdatejoined|date_format}{/if} for {$row.newtypetitle|htmlspecialchars} {$row.newstatustitle|htmlspecialchars}. {else} Is changed from {$row.oldtypetitle|htmlspecialchars} {$row.oldstatustitle|htmlspecialchars} status to {if $row.newtypetitle != $row.oldtypetitle} {$row.newtypetitle|htmlspecialchars} {/if} {if $row.newstatustitle != $row.oldstatustitle} {$row.newstatustitle|htmlspecialchars} {/if} one. {include file="Member/Admin/cells/dateJoinedSetTo.tpl" } {/if} {/if}