| <%=mapping.getAddress()%> | +<%=mapping.getTarget()%> | +<%=mapping.getDisplayDescription()%> | +<%=mapping.isDisabled() ? "disabled" : "" %> | +<%=mapping.getFormattedDate() %> | +
| + | ||||
| Target | ++ <%=mapping.getTarget()%> + | +
| Email Address | ++ <%=mapping.getAddress()%> + | +
| Description | ++ <%=mapping.getDisplayDescription()%> + | +
| Date | ++ <%=mapping.getFormattedDate()%> + | +
| Disabled | ++ <%=mapping.isDisabled() ? "true" : "false" %> + | +