الملاك

{foreach $srealestateunitspaids as $srealestateunitspaid} {foreach $srealestateunitspaid->realestateunitpaidinstallments as $realestateunitpaidinstallment} {/foreach} {/foreach}
المالك العقار الايجار المدفوع
{$srealestateunitspaid->supplier.suppliername} {$srealestateunitspaid->realestate->realestatename} {$srealestateunitspaid->valuerents} {$srealestateunitspaid->totalpaid}
الاقسط المدفوع التاريخ الدفع
{$realestateunitpaidinstallment->valuerent} {$realestateunitpaidinstallment->totalpaid} {$realestateunitpaidinstallment->installmentdate} {if $realestateunitpaidinstallment->payed gt 1} تم الدفع {else} {/if}
.

المستأجرين

{foreach $crealestateunitspaids as $crealestateunitspaid} {foreach $crealestateunitspaid->realestateunitpaidinstallments as $realestateunitpaidinstallment} {/foreach} {/foreach}
المستاجر العقار الايجار المدفوع
{$crealestateunitspaid->client.clientname} {$crealestateunitspaid->realestate->realestatename} {$crealestateunitspaid->valuerents} {$crealestateunitspaid->totalpaid}
الاقسط المدفوع التاريخ الدفع
{$crealestateunitspaid->realestatesunit->unitname} / {$realestateunitpaidinstallment->valuerent} {$realestateunitpaidinstallment->totalpaid} {$realestateunitpaidinstallment->installmentdate} {if $realestateunitpaidinstallment->payed gt 1} تم الدفع {else} {/if}
.