Default V12 Rental Notification topic HTML

Modified on Thu, 13 Jul 2023 at 11:08 AM

The default HTML value of the new V12 rental notification topic going to the Administrator upon a rental contract completion ( Email.Templates.AeRentalNotificationV12  ) can be found here:


<h2>Details</h2>

<table style="width: 100%;">

    <tbody>

        <tr>

            <td>Customer:</td>

            <td>{{CustomerName}}</td>

        </tr>

        <tr>

            <td>Address:</td>

            <td>{{CustomerAddress1}}</td>

            {{#IF CustomerAddress2}}

            <td>, {{CustomerAddress2}}</td>

            {{/IF}}

        </tr>

        <tr>

            <td>Phone:</td>

            <td>{{CustomerPhone}}</td>

        </tr>

        <tr>

            <td>School:</td>

            <td>{{School}}</td>

        </tr>

        <tr>

            <td>District:</td>

            <td>{{District}}</td>

        </tr>

        <tr>

            <td>Instrument:</td>

            <td>{{Instrument}}</td>

        </tr>

        <tr>

            <td>Delivery Option:</td>

            {{#IF DeliveryOption}}

            <td>{{DeliveryOption}}</td>

            {{#ELSE}}

            <td>N/A</td>

            {{/ELSE}}
            {{/IF}}

        </tr>

        <tr>

            <td>Delivery Date:</td>

            {{#IF DeliveryDate}}

            <td>{{DeliveryDate}}</td>

            {{#ELSE}}

            <td>N/A</td>

            {{/ELSE}}

            {{/IF}}

        </tr>

        <tr>

            <td>Rental Notes:</td>

            {{#IF RentalNotes}}

            <td>{{RentalNotes}}</td>

            {{#ELSE}}

            <td>N/A</td>

            {{/ELSE}}

            {{/IF}}

        </tr>

    </tbody>

</table>

<br />  Chosen Accessories: 

{{#EACH Accessories AS Accessory}}

{{#IF Accessory}}

<br />  {{Accessory}}

{{/IF}}

{{/EACH}}

<br />  Chosen Maintenance Options: 

{{#EACH MaintenanceOptions AS MaintenanceOption}}

{{#IF MaintenanceOption}}

<br />  {{MaintenanceOption}}

{{/IF}}

{{/EACH}}

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article