|
Licence Activities
|
{assign var=Activities value=$Licence->LicenceActivity}{foreach from=$Activities item=row name=activities} Activity {$activities@iteration} - {$row->LicenceActivityType->description} {/foreach}
|
|
|
Licence Activities Standard
|
{assign var=Activities value=$Licence->LicenceActivity}{foreach from=$Activities item=row name=activities} {$row->LicenceActivityType->description} - Monday - {$row->standard_start_monday} - {$row->standard_end_monday} Tuesday - {$row->standard_start_tuesday} - {$row->standard_end_tuesday} Wednesday - {$row->standard_start_wednesday} - {$row->standard_end_wednesday} Thursday - {$row->standard_start_thursday} - {$row->standard_end_thursday} Friday: {$row->standard_start_friday} - {$row->standard_end_friday} Saturday - {$row->standard_start_saturday} - {$row->standard_end_saturday} Sunday - {$row->standard_start_sunday} - {$row->standard_end_sunday}{/foreach}
|
|
|
Vehicle Additional Licence Data
|
{assign var=additionals value=$Licence->LicenceTypeAdditionalData} {section name=row loop=$additionals} {$additionals[row]->name} :: {$additionals[row]->value} {/section}
|
|
|
Licensing Additional Data Tab
|
{assign var=additionals value=$Licence->LicenceTypeAdditionalData} {section name=row loop=$additionals} {if $additionals[row]->name == "Please Do Not Use"} {$additionals[row]->name} :: {$additionals[row]->formatted_value}{/if}{/section}
|
additional data
|
|
Licence Max Animal
|
{assign var=animalTypes value=$Licence->AnimalLicenceAnimalTypes}{foreach from=$animalTypes item=row}{$row->animal_type}: {$row->max_permitted_number}{/foreach}
|
animal types
|
|
Get the Searchable Tags associated with a License.
|
{assign var=count value=1} {foreach from=$Licence->SearchableTags item=row} {if $count == $Licence->SearchableTags|@count} {$row->SearchableTag->label}.{else} {$row->SearchableTag->label}, {/if} {assign var=count value=$count+1} {/foreach}
|
Special Stress Area, City Centre CIA.
|
|
Gambling Category with Numbers Granted
|
{assign var=gamblingentries value=$Licence->GamblingEntries} {section name=row loop=$gamblingentries} {$gamblingentries[row]->GamblingCategory->description} {$gamblingentries[row]->number_granted} {/section}
|
Cat A 5
|
|
Licence Prem Personal Alcohol Holder
|
{assign var=PAPAHs value=$Licence->PersonalAlcoholLicenceHolder}{foreach from=$PAPAHs item=row name=papahs} Licence no: {$row->licence_number} Name: {$row->name} Address: {$row->address} licenced by: {$row->licenced_by} Dps: {if $row->dps == 't'}Yes{else}No{/if} Start Date: {$row->start_date} End date: {$row->end_date}{/foreach}
|
|
|
Various Action codes for Licence
|
{foreach from=$Licence->Actions item=action} {$action->inspection_id} {$action->Inspection->inspection_number} {$action->Officer->formatted_name} {$action->CoreFunction->code} {$action->CoreFunction->description} {$action->ActionCode->code} {$action->ActionCode->description} {$action->re_inspection_date} {$action->remarks} {$action->accident_id} {$action->Accident->accident_number} {$action->food_poisoning_id} {$action->grant_id} {$action->completed_date_formatted_date} {$action->planned_date} {$action->dog_id} {$action->time_taken_minutes} {$action->licence_id} {$action->primary_action} {$action->notice_id} {$action->completed_time} {$action->prosecution_id} {$action->action_fee_description} {/foreach}
|
1
|
|
Additional Proposed Licence Holder
|
{foreach from=$Licence->AdditionalLicenceHolders item=row} {$row->Contact->contact_name} {if $row->Contact->company_name}{$row->Contact->company_name} {/if} {$row->Contact->formatted_display_address} {if $row->Contact->telephone}{$row->Contact->telephone} {/if} {if $row->Contact->email}{$row->Contact->email}{/if} {/foreach}
|
-
|
|
Booking
|
{foreach from=$Licence->Booking item=row} {$row->planned_date_formatted_date_input} :: {$row->start_time} {/foreach}
|
Booking
|
|
Licence Collections -> Day, Start time and end time
|
{foreach from=$Licence->CollectionAreas item=row}{if !empty($row->start_time_monday)} Monday: {$row->start_time_monday} - {$row->end_time_monday} {/if}{if !empty($row->start_time_tuesday)} Tuesday: {$row->start_time_tuesday} - {$row->end_time_tuesday} {/if}{if !empty($row->start_time_wednesday)} Wednesday: {$row->start_time_wednesday} - {$row->end_time_wednesday} {/if}{if !empty($row->start_time_thursday)} Thursday: {$row->start_time_thursday} - {$row->end_time_thursday} {/if}{if !empty($row->start_time_friday)} Friday: {$row->start_time_friday} - {$row->end_time_friday} {/if}{if !empty($row->start_time_saturday)} Saturday: {$row->start_time_saturday} - {$row->end_time_saturday} {/if}{if !empty($row->start_time_sunday)} Sunday: {$row->start_time_sunday} - {$row->end_time_sunday} {/if} {/foreach}
|
Monday: 1000 - 1000 Saturday: 1030 - 12.30
|
|
Collection Area
|
{foreach from=$Licence->CollectionAreas item=row}{$row->area} {/foreach}
|
City Center
|
|
Licence collection number granted
|
{foreach from=$Licence->CollectionAreas item=row} {$row->collectors_granted}{/foreach}
|
2/12/2019
|
|
Licence collection number requested
|
{foreach from=$Licence->CollectionAreas item=row} {$row->collectors_requested}{/foreach}
|
2/12/2019
|
|
Type of Room Code
|
{foreach from=$Licence->HmoLicenceRoomAndAreas item=row} {$row->room_type_code} {/foreach}
|
BATH
|
|
Various Inspection codes for Licence
|
{foreach from=$Licence->Inspections item=row} {$row->inspection_number} {$row->actual_date|date_format:"%d-%m-%Y"} {$row->planned_date|date_format:"%d-%m-%Y"} {$row->remarks} {$row->announced} {$row->CoreFunction->id} {$row->CoreFunction->code} {$row->CoreFunction->description} {$row->InspectionGroup->id} {$row->InspectionGroup->code} {$row->InspectionGroup->description} {$row->Officer->id} {$row->Officer->firstname} {$row->Officer->surname} {$row->Officer->formatted_name} {$row->Officer->email} {$row->Additional_Officer->firstname} {$row->Additional_Officer->surname} {$row->Additional_Officer->formatted_name} {$row->ActivityCode->id} {$row->ActivityCode->code} {/foreach}
|
1 123 Formatted Name ...
|
|
Licence Consultation Status
|
{foreach from=$Licence->LicenceConsultation item=licence_consultation}{$licence_consultation->status} {/foreach}
|
Accept/Reject
|
|
Consultation Comments
|
{foreach from=$Licence->LicenceConsultation item=row}{$row->comments}{/foreach}
|
Comments
|
|
Consultation Received Date
|
{foreach from=$Licence->LicenceConsultation item=row}{$row->date_received_formatted_date}{/foreach}
|
01-01-2022
|
|
Licence Consultation Type Description
|
{foreach from=$Licence->LicenceConsultation item=row}{$row->licence_consultation_type_description}{/foreach}
|
Type
|
|
Consultation Stance
|
{foreach from=$Licence->LicenceConsultation item=row}{$row->stance}{/foreach}
|
Supported
|
|
Licence Consultees
|
{foreach from=$Licence->LicenceConsultee item=row} {$row->consultee} {if isset($row->Contact)}{$row->Contact->firstname} {$row->Contact->surname}{/if} {/foreach}
|
Consultee & Contact Name if exists x Number of Consultees
|
|
Personal Licence > Conviction > Date of conviction and Offence
|
{foreach from=$Licence->LicenceConviction item=row} {$row->date_declared_formatted_date} - {$row->date_of_conviction_formatted_date} - {$row->offence} {/foreach}
|
01/07/2018 text
|
|
Licence Prerequisite List
|
{foreach from=$Licence->LicencePrerequisite item=row} {$row->type} {$row->notes} {$row->completed_date_formatted_date} {$row->expiry_date_formatted_date} {$row->officer->formatted_name}{/foreach}
|
Prerequisite Notes Completed_Date Expiry_Date Officer
|
|
Consultation From data
|
{foreach from=$Licence->LicencePublicRecord item=row}{$row->public_consultation_from}{/foreach}
|
23-05-2025
|
|
Consultation To
|
{foreach from=$Licence->LicencePublicRecord item=row}{$row->public_consultation_to}{/foreach}
|
05-06-2025
|
|
Licence special procedure List
|
{foreach from=$Licence->LicenceSpecialProcedureObjects item=row} {$row->code} :: {$row->description} {/foreach}
|
ACU :: Acupuncturist
|
|
Licence Annual Fee Month
|
{foreach from=$Licence->LicenceType->LicenceTypeAdditionalDataSettings item=$row}{foreach from=$row->LicenceTypeAdditionalDataSettingOptions item=$option}{if $Licence->annual_fee_month_id == $option->id} {$option->name}{/if}{/foreach}{/foreach}
|
Annual Fee Month
|
|
Licence Type Additional Data
|
{foreach from=$Licence->LicenceType->LicenceTypeAdditionalDataSettings item=row} {foreach from=$row->LicenceTypeAdditionalDataSettingOptions item=options} {if $row->value == $options->id}{$options->name}{/if}{/foreach}{/foreach}
|
Licence Additional data settings value
|
|
Licence Payments List
|
{foreach from=$LicencePaymentsArr item=map} {$map->payment_date|date_format:"%d-%m-%Y"} {$map->invoice_number} £{$map->amount_paid} {$map->notes} {$map->Contact->contact_name} {if $map->refund =="t"}Yes{else}No{/if} {if $map->paid =="t"}Yes{else}No{/if} {/foreach}
|
|
|
Linked Operators
|
{foreach from=$Licence->PersonalDriverOperatorDetails item=PersonalDriverOperator}{$PersonalDriverOperator.trading_name}, {$PersonalDriverOperator.taxi_operator_applicant->contact_name}, {$PersonalDriverOperator.licence_number}{/foreach}
|
Mr John Smith, Taxi Company Name LTD, 10234
|
|
Petroleum type, capacity, location
|
{foreach from=$Licence->PetroleumTanks item=row}{$row->PetroleumTankType->description}, {$row->capacity}, {$row->location}{/foreach}
|
12/12/2019
|
|
Licence Multiple Premises
|
{foreach from=$Licence->Premises item=row} {$row->name}: {$row->Location->formatted_display_address} {/foreach}
|
licence prem
|
|
Special Procedure Contacts
|
{foreach from=$Licence->special_procedures_contacts item=row} {$row->name} {$row->formatted_display_address}, {/foreach}
|
Special Procedure Contact Name, Display Address
|
|
Special Procedure Premise
|
{foreach from=$Licence->special_procedures_premises item=row} {$row->contact_name} {$row->formatted_display_address}, {/foreach}
|
Special Procedure Premise Display Address
|
|
Standard Phrases
|
{foreach from=$Licence->StandardPhraseMaps item=standard_phrase_map}{$standard_phrase_map->StandardPhrase->code} :: {$standard_phrase_map->StandardPhrase->description} {/foreach}
|
|
|
Vehicle MOT Dates
|
{foreach from=$Licence->VehicleMOTDates item=row} {$row->advisory_note_reason} :: {$row->AdvisoryNote->code} {/foreach}
|
Vehicle MOT Dates
|
|
Agent/Proposed Licence Holder Name
|
{if !empty($Licence->agent->contact_name)} {$Licence->agent->contact_name} {elseif !empty($Licence->agent->company_name)} {$Licence->agent->company_name} {else} {$Licence->applicant->contact_name} {/if}
|
licence
|
|
Agent/Proposed Licence Holder Address
|
{if !empty($Licence->agent->formatted_display_address)} {$Licence->agent->formatted_display_address} {else} {$Licence->applicant->formatted_display_address} {/if}
|
licence
|
|
Applicant/Agent name
|
{if !empty($Licence->applicant->contact_name)} {$Licence->applicant->contact_name} {elseif !empty($Licence->agent->contact_name)} {$Licence->agent->contact_name} {else} {$Licence->agent->company_name} {/if}
|
licence
|
|
Applicant/Agent address
|
{if !empty($Licence->applicant->formatted_display_address)} {$Licence->applicant->formatted_display_address} {else} {$Licence->agent->formatted_display_address} {/if}
|
licence
|
|
Applicant / Agent Long Address
|
{if !empty($Licence->applicant->formatted_long_address)} {$Licence->applicant->formatted_long_address} {else} {$Licence->agent->formatted_long_address} {/if}
|
Licence
|
|
Licence > Licence Area
|
{if !empty($Licence->dtf_location_id) }{$Licence->Location->formatted_display_address} {elseif !empty($Licence->premise_id)}{$Licence->Premises[0]->Location->formatted_display_address} {elseif !empty($Licence->contact_id)} {$Licence->Contact->contact_name} {$Licence->Contact->formatted_display_address} {/if}
|
Address of Location, Address of Premises or Address of Contact
|
|
Licence > Licence Area (multiple lines)
|
{if !empty($Licence->dtf_location_id) }{$Licence->Location->formatted_long_address} {elseif !empty($Licence->premise_id)} {$Licence->Premises[0]->Location->formatted_long_address} {elseif !empty($Licence->contact_id)} {$Licence->Contact->contact_name} {$Licence->Contact->formatted_long_address} {/if}
|
Address of Location, Address of Premises or Address of Contact (multiple lines)
|
|
Vehicles
|
{if $Licence->PersonalDriverVehicles} {assign var=ObjecDriverVehicles value=$Licence->PersonalDriverVehicles} {else} {assign var=ObjecDriverVehicles value=$Licence->TaxiOperatorVehicles} {/if} {foreach from=$ObjecDriverVehicles item=row name=pdvs} {assign var=VehicleLicence value=$row->getVehicleLicence()} {$VehicleLicence->VehicleLicence->registration|escape:'html'} : {$VehicleLicence->licence_number|escape:'html'} {/foreach}Vehicles
|
Vehicles
|
|
Linked Vehicles
|
{if $Licence->PersonalDriverVehicles}{foreach from=$Licence->PersonalDriverVehicles item=row}{assign var=VehicleLicence value=$row->VehicleLicenceSimpleData} {$VehicleLicence.registration}, {$VehicleLicence.licence_number}{/foreach}{/if}
|
LRX8 S95, 1022
|
|
Drivers
|
{if $Licence->VehiclePersonalDrivers} {assign var=ObjecVehicleDrivers value=$Licence->VehiclePersonalDrivers} {else} {assign var=ObjecVehicleDrivers value=$Licence->TaxiOperatorPersonalDrivers} {/if} {foreach from=$ObjecVehicleDrivers item=row name=vpds} {assign var=PDLicence value=$row->getPersonalDriverLicence()} {$PDLicence->applicant->contact_name} : {if !empty($PDLicence->licence_number)}{$PDLicence->licence_number|escape:'html'}{else}{$PDLicence->id}{/if}, {/foreach}
|
Drivers
|
|
Licencing Agent Company name
|
{$Licence->Agent->company_name}
|
|
|
Licence > Agent
|
{$Licence->agent->contact_name} {$Licence->agent->company_name} {$Licence->agent->formatted_display_address}
|
|
|
Animal licence ref
|
{$Licence->AnimalLicence->licence_reference}
|
|
|
Animal Licence operator name
|
{$Licence->AnimalLicence->Operator->contact_name}
|
|
|
Animal Licence operator address
|
{$Licence->AnimalLicence->Operator->formatted_display_address}
|
|
|
Animal Licence owner contact name
|
{$Licence->AnimalLicence->Owner->contact_name}
|
|
|
Animal Licence owner address
|
{$Licence->AnimalLicence->Owner->formatted_display_address}
|
|
|
Proposed Licence Holder Company Name
|
{$Licence->applicant->company_name}
|
Tascomi
|
|
Proposed Licence Holder Name
|
{$Licence->applicant->contact_name}
|
Andrew Rowan
|
|
Proposed Licence Holder
|
{$Licence->applicant->contact_name} {if $Licence->applicant->company_name}{$Licence->applicant->company_name} {/if} {$Licence->applicant->formatted_display_address} {if $Licence->applicant->telephone} {$Licence->applicant->telephone} {/if}{if $Licence->applicant->email} {$Licence->applicant->email} {/if}
|
-
|
|
Licence > Licencee
|
{$Licence->applicant->contact_name} {$Licence->applicant->company_name} {$Licence->applicant->formatted_display_address}
|
|
|
Licence > Licencee
|
{$Licence->applicant->contact_name} {$Licence->applicant->company_name} {$Licence->applicant->formatted_long_address}
|
contact name, company name, applicant address (multiple lines)
|
|
Proposed Licence Holder Address
|
{$Licence->applicant->formatted_display_address}
|
3 Ballynahinch Street
|
|
Licence Application Date
|
{$Licence->application_date|date_format:"%d-%m-%Y"}
|
22/10/2017
|
|
Licence Closed Date
|
{$Licence->closed_date|date_format:"%d-%m-%Y"}
|
|
|
Collection Licence areas
|
{$Licence->CollectionLicence->areas}
|
|
|
Collection Licence charity name
|
{$Licence->CollectionLicence->charity_name}
|
|
|
Collection Licence > Collections Tab > Collection Method
|
{$Licence->CollectionLicence->CollectionMethod->description}
|
Direct Debit
|
|
Collection Licence date from
|
{$Licence->CollectionLicence->date_from|date_format:"%d-%m-%Y"}
|
|
|
Collection Licence date to
|
{$Licence->CollectionLicence->date_to|date_format:"%d-%m-%Y"}
|
|
|
Consultee URL
|
{$licence_consultees->consultee_url}
|
Consultee web address
|
|
Licence > Contact Name
|
{$Licence->Contact->contact_name}
|
|
|
Licence > Contact Address - One Line
|
{$Licence->Contact->formatted_display_address}
|
|
|
Licence Custodian Code Description
|
{$Licence->CustodianCode->description}
|
Merton
|
|
Licence due date
|
{$Licence->due_date|date_format:"%d-%m-%Y"}
|
|
|
Licence Expiry Date
|
{$Licence->expiry_date|date_format:"%d-%m-%Y"}
|
|
|
Licence Fees
|
{$Licence->fee}
|
|
|
Licence Fee to 2 decimal places
|
{$Licence->fee|string_format:"%.2f"}
|
300.00
|
|
Gambling numnber Licence granted
|
{$Licence->GamblingEntries[0]->number_granted}
|
|
|
Gambling number Licence requested
|
{$Licence->GamblingEntries[0]->number_requested}
|
|
|
Gambling Licence Contact Name
|
{$Licence->GamblingLotteryLicence->Contact->contact_name}
|
|
|
Gambling Licence Address
|
{$Licence->GamblingLotteryLicence->Contact->formatted_display_address}
|
|
|
Gambling Licence purpose
|
{$Licence->GamblingLotteryLicence->purpose}
|
|
|
Gambling Premise Licence company num
|
{$Licence->GamblingPremiseLicence->company_number}
|
|
|
Gambling Premise Licence more than 1 licencing authority
|
{$Licence->GamblingPremiseLicence->more_than_one_licensing_authority}
|
|
|
Gambling Premise Licence nature of building
|
{$Licence->GamblingPremiseLicence->nature_of_building}
|
|
|
Gambling Premise Licence operating application date
|
{$Licence->GamblingPremiseLicence->operating_licence_application_date}
|
|
|
Gambling Premise licence num
|
{$Licence->GamblingPremiseLicence->operating_license_number}
|
|
|
Gambling Premise Licence other relevant matters
|
{$Licence->GamblingPremiseLicence->other_matters_relevant}
|
|
|
Gambling Premise Licence details
|
{$Licence->GamblingPremiseLicence->other_premises_licences_details}
|
|
|
Gambling Premise Licence trading name
|
{$Licence->GamblingPremiseLicence->proposed_trading_name}
|
|
|
Gambling Premise Licence specific periods
|
{$Licence->GamblingPremiseLicence->specific_periods}
|
|
|
Gambling Premise Licence telephone
|
{$Licence->GamblingPremiseLicence->telephone}
|
|
|
HMO Licence max num of people
|
{$Licence->HmoLicence->maximum_number_of_persons}
|
|
|
HMO Property Tab Mortgage Company Formatted Long Address (multiple lines)
|
{$Licence->HmoLicence->mortgage_company->formatted_long_address}
|
3 Ballynahinch Street Hillsborough BT26 3AW
|
|
HMO Property Tab Mortgage Company Contact Name
|
{$Licence->HmoLicence->mortgage_company->original_contact_name}
|
Mr Mark Davison
|
|
HMO Property Tab Property Manager Formatted Long Address (multiple lines)
|
{$Licence->HmoLicence->property_manager->formatted_long_address}
|
3 Ballynahinch Street Hillsborough BT26 3AW
|
|
HMO Property Tab Property Manager
|
{$Licence->HmoLicence->property_manager->original_contact_name}
|
Mr Mark Davison
|
|
HMO Property Tab Property Owner Formatted Long Address (multiple lines)
|
{$Licence->HmoLicence->property_owner->formatted_long_address}
|
3 Ballynahinch Street Hillsborough BT26 3AW
|
|
HMO Property Tab Property Owner Contact Name
|
{$Licence->HmoLicence->property_owner->original_contact_name}
|
Mr Mark Davison
|
|
Licence Application Number
|
{$Licence->id}
|
|
|
Licence Issue Date
|
{$Licence->issue_date|date_format:"%d-%m-%Y"}
|
|
|
Licence Activity area
|
{$Licence->LicenceActivity[0]->area}
|
|
|
Licence Activity description
|
{$Licence->LicenceActivity[0]->description}
|
|
|
Licence Activity further details
|
{$Licence->LicenceActivity[0]->further_details}
|
|
|
Licence Activity code
|
{$Licence->LicenceActivity[0]->LicenceLocation->code}
|
|
|
Licence Activity standard time
|
{$Licence->LicenceActivity[0]->non_standard_time}
|
|
|
Licence Activity seasonal variations
|
{$Licence->LicenceActivity[0]->seasonal_variations}
|
|
|
Licence Application Type Description
|
{$Licence->LicenceApplicationType->description}
|
New Application
|
|
Licence Area Description
|
{$Licence->licence_area_description}
|
|
|
Consultee Information
|
{$Licence->LicenceConsultation[0]->Contact->contact_name} {$Licence->LicenceConsultation[0]->Contact->formatted_long_address} {$Licence->LicenceConsultation[0]->Contact->telephone} {$Licence->LicenceConsultation[0]->Contact->mobile} {$Licence->LicenceConsultation[0]->Contact->email}
|
Details
|
|
Licence Description
|
{$Licence->LicenceDescription->description}
|
Licensing Act 2003
|
|
Licence Number
|
{$Licence->licence_number}
|
|
|
Licence amount paid
|
{$Licence->LicencePayments->amount_paid}
|
|
|
Licence Reference
|
{$Licence->licence_reference}
|
|
|
Licence Special Procedures Premises Workstations
|
{$Licence->LicenceSpecialProcedurePremise->workstations}
|
123
|
|
Special Procdure Licence code
|
{$Licence->LicenceSpecialProcedureRegistrationType->code}
|
|
|
Licence Special Procedures Vehicle Workstations
|
{$Licence->LicenceSpecialProcedureVehicle->workstations}
|
123
|
|
Licence Status
|
{$Licence->LicenceStatus->code} :: {$Licence->LicenceStatus->name}
|
|
|
Licence Type
|
{$Licence->LicenceType->code} :: {$Licence->LicenceType->description}
|
|
|
LIcence > Area
|
{$Licence->Location->formatted_display_address_complaint}
|
Street description, town name, administrative area
|
|
Licence Location Display No county
|
{$Licence->Location->formatted_display_address_without_county_parish_and_ward}
|
licence
|
|
Licence Location Long Address No county
|
{$Licence->Location->formatted_long_address_without_county_parish_and_ward}
|
licence
|
|
Licence Location ward code
|
{$Licence->Location->ward_code}
|
ward code
|
|
Manual Reference
|
{$Licence->manual_reference_number}
|
|
|
Mobile home Licence approval date
|
{$Licence->MobileHomeLicence->approval_date}
|
|
|
Mobile home Licence dbs date
|
{$Licence->MobileHomeLicence->dbs_date}
|
|
|
Mobile home Licence deposite date
|
{$Licence->MobileHomeLicence->deposited_date}
|
|
|
Mobile home Licence num of toilets
|
{$Licence->MobileHomeLicence->number_of_toilets}
|
|
|
Mobile home Licence num of units
|
{$Licence->MobileHomeLicence->number_of_units}
|
|
|
Mobile home Licence OS num
|
{$Licence->MobileHomeLicence->os_number}
|
|
|
Mobile home Licence planning ref
|
{$Licence->MobileHomeLicence->planning_reference}
|
|
|
Mobile home Licence risk rating
|
{$Licence->MobileHomeLicence->risk_rating}
|
|
|
Mobile home Licence variation from standard
|
{$Licence->MobileHomeLicence->variations_from_standard_condition}
|
|
|
Licensing Officer
|
{$Licence->Officer->formatted_name}
|
|
|
Licence Officer Job Title
|
{$Licence->Officer->job_title}
|
Licence Officer Job Title
|
|
Licensing Officer Group Name
|
{$Licence->Officer->UserGroup->name}
|
|
|
Licence Outstanding
|
{$Licence->outstanding_balance}
|
|
|
licence payment date
|
{$Licence->payment_date|date_format:"%d %B %Y"}
|
|
|
Personal Licence Contact Name
|
{$Licence->PersonalLicence->Contact->contact_name}
|
|
|
Personal Licence Address
|
{$Licence->PersonalLicence->Contact->formatted_display_address}
|
|
|
Personal Licence DOB
|
{$Licence->PersonalLicence->date_of_birth}
|
|
|
Personal Licence DBS Expiry Date
|
{$Licence->PersonalLicence->dbs_expiry_date|date_format:"%d-%m-%Y"}
|
|
|
Personal Licence DBS Issued Date
|
{$Licence->PersonalLicence->dbs_issued_date|date_format:"%d-%m-%Y"}
|
|
|
Personal Licence DBS Tracking No.
|
{$Licence->PersonalLicence->dbs_tracking_number}
|
|
|
Personal Lic Medical Expiry
|
{$Licence->PersonalLicence->medical_expiry_date|date_format:"%d-%m-%Y"}
|
|
|
Personal Lic Medical Issued Date
|
{$Licence->PersonalLicence->medical_issued_date|date_format:"%d-%m-%Y"}
|
|
|
Personal Licence Nat Insurance
|
{$Licence->PersonalLicence->national_insurance_number}
|
|
|
Personal Licence: New Driving Licence Check
|
{$Licence->PersonalLicence->new_driving_licence_check_date|date_format:"%d %B %Y"}
|
Long Date
|
|
Personal Licence passport number
|
{$Licence->PersonalLicence->passport_number}
|
|
|
Petroleum Licence contact name
|
{$Licence->PetroleumLicence->Contact->contact_name}
|
|
|
Petroleum Licence address
|
{$Licence->PetroleumLicence->Contact->formatted_display_address}
|
|
|
Petroleum Licence referemce num
|
{$Licence->PetroleumLicence->drawing_reference_number}
|
|
|
Petroleum Licence keeper of petrol name
|
{$Licence->PetroleumLicence->keeper_of_petrol->contact_name}
|
|
|
Petroleum Licence keeper of petrol address
|
{$Licence->PetroleumLicence->keeper_of_petrol->formatted_display_address}
|
|
|
Petroleum Licence Num of years
|
{$Licence->PetroleumLicence->number_of_years}
|
|
|
Petroleum Licence total litres stored
|
{$Licence->PetroleumLicence->total_litres_stored}
|
|
|
Premise Alcohol Licence: Boxing/Wrestling Entertainment Licence ID
|
{$Licence->PremiseAlcoholLicence->boxing_or_wrestling_entertainment_licence_location_id}
|
1
|
|
Premise Alcohol Licence: Boxing/Wrestling Description
|
{$Licence->PremiseAlcoholLicence->BoxingOrWrestlingLocation->description}
|
Description
|
|
Premise Alcohol Licence description
|
{$Licence->PremiseAlcoholLicence->description}
|
|
|
Premise Alcohol Licence: Films Licence Location ID
|
{$Licence->PremiseAlcoholLicence->films_licence_location_id}
|
1
|
|
Premise Alcohol Licence: Films Location Description
|
{$Licence->PremiseAlcoholLicence->FilmsLocation->description}
|
Description
|
|
Premises Licence > Supply of Alcohol Location Description
|
{$Licence->PremiseAlcoholLicence->LicenceAlcoholLocation->description}
|
Indoor, Outdoor, Both, On, Off, Both etc..
|
|
Premises Licence > Late Night Refreshment Location Description
|
{$Licence->PremiseAlcoholLicence->LicenceLocation->description}
|
Indoor, Outdoor, Both, On, Off, Both etc..
|
|
Alcohol Licence Premise Description
|
{$Licence->PremiseAlcoholLicence->LicencePremiseType->description}
|
Nightclub
|
|
Premise Alcohol Licence: Live Music Licence Location ID
|
{$Licence->PremiseAlcoholLicence->live_music_licence_location_id}
|
1
|
|
Premise Alcohol Licence: Live Music Location
|
{$Licence->PremiseAlcoholLicence->LiveMusicLocation->description}
|
Description
|
|
Premises Licence > General Objectives
|
{$Licence->PremiseAlcoholLicence->opening_hours_general_description}
|
General Objectives
|
|
Premises Licence > Prevention of Crime and Disorder
|
{$Licence->PremiseAlcoholLicence->opening_hours_prevention_description}
|
Prevention of Crime and Disorder
|
|
Premises Licence > Protection of Children
|
{$Licence->PremiseAlcoholLicence->opening_hours_protection_of_children_description}
|
Protection of Children
|
|
Premises Licence > Public Nuisance
|
{$Licence->PremiseAlcoholLicence->opening_hours_public_nuisance_description}
|
Public Nuisance
|
|
Premises Licence > Public Safety
|
{$Licence->PremiseAlcoholLicence->opening_hours_public_safety_description}
|
Public Safety
|
|
Premise Alcohol Licence: Closing Time Friday
|
{$Licence->PremiseAlcoholLicence->opening_hours_standard_end_friday}
|
22:00
|
|
Premise Alcohol Licence: Closing Time Monday
|
{$Licence->PremiseAlcoholLicence->opening_hours_standard_end_monday}
|
22:00
|
|
Premise Alcohol Licence: Closing Time Saturday
|
{$Licence->PremiseAlcoholLicence->opening_hours_standard_end_saturday}
|
22:00
|
|
Premise Alcohol Licence: Closing Time Sunday
|
{$Licence->PremiseAlcoholLicence->opening_hours_standard_end_sunday}
|
22:00
|
|
Premise Alcohol Licence: Closing Time Thursday
|
{$Licence->PremiseAlcoholLicence->opening_hours_standard_end_thursday}
|
22:00
|
|
Premise Alcohol Licence: Closing Time Tuesday
|
{$Licence->PremiseAlcoholLicence->opening_hours_standard_end_tuesday}
|
22:00
|
|
Premise Alcohol Licence: Closing Time Wednesday
|
{$Licence->PremiseAlcoholLicence->opening_hours_standard_end_wednesday}
|
22:00
|
|
Premise Alcohol Licence: Opening Time Friday
|
{$Licence->PremiseAlcoholLicence->opening_hours_standard_start_friday}
|
9:00
|
|
Premise Alcohol Licence: Opening Time Monday
|
{$Licence->PremiseAlcoholLicence->opening_hours_standard_start_monday}
|
9:00
|
|
Premise Alcohol Licence: Opening Time Saturday
|
{$Licence->PremiseAlcoholLicence->opening_hours_standard_start_saturday}
|
9:00
|
|
Premise Alcohol Licence: Opening Time Sunday
|
{$Licence->PremiseAlcoholLicence->opening_hours_standard_start_sunday}
|
9:00
|
|
Premise Alcohol Licence: Opening Time Thursday
|
{$Licence->PremiseAlcoholLicence->opening_hours_standard_start_thursday}
|
9:00
|
|
Premise Alcohol Licence: Opening Time Tuesday
|
{$Licence->PremiseAlcoholLicence->opening_hours_standard_start_tuesday}
|
9:00
|
|
Premise Alcohol Licence: Opening Time Wednesday
|
{$Licence->PremiseAlcoholLicence->opening_hours_standard_start_wednesday}
|
9:00
|
|
Premise Alcohol Licence: Other Standard Activities Licence Location ID
|
{$Licence->PremiseAlcoholLicence->other_standard_activities_licence_location_id}
|
1
|
|
Premise Alcohol Licence: Other Standard Activities Licence Location Description
|
{$Licence->PremiseAlcoholLicence->OtherStandardActivitiesLocation->description}
|
Description
|
|
Premise Alcohol Licence: Performance of Dance Licence Location ID
|
{$Licence->PremiseAlcoholLicence->performance_of_dance_licence_location_id}
|
1
|
|
Premise Alcohol Licence: Performance of Dance Location Description
|
{$Licence->PremiseAlcoholLicence->PerformanceOfDanceLocation->description}
|
Description
|
|
Premise Alcohol Licence: Plays Licence Location ID
|
{$Licence->PremiseAlcoholLicence->plays_licence_location_id}
|
1
|
|
Premise Alcohol Licence: Plays Location Description
|
{$Licence->PremiseAlcoholLicence->PlaysLocation->description}
|
Description
|
|
Premise Alcohol Licence capacity
|
{$Licence->PremiseAlcoholLicence->premise_capacity}
|
|
|
Premise Alcohol Licence: Recorded Music Licence Location ID
|
{$Licence->PremiseAlcoholLicence->recorded_music_licence_location_id}
|
1
|
|
Premise Alcohol Licence: Recorded Music Location Description
|
{$Licence->PremiseAlcoholLicence->RecordedMusicLocation->description}
|
Description
|
|
Licence Premise Capacity
|
{$Licence->premise_capacity}
|
|
|
Licence > Premise > HMO Licensable Status
|
{$Licence->Premises[0]->hmo_licence_status}
|
|
|
Licence > Premise
|
{$Licence->Premises[0]->name} {$Licence->Premises[0]->Location->formatted_display_address}
|
|
|
Licence Premise Long Addr
|
{$Licence->Premises[0]->name} {$Licence->Premises[0]->Location->formatted_long_address}
|
|
|
Licence PremVehRec manufacturer
|
{$Licence->PremiseVehicleRecord[0]->VehicleManufacturer->name}
|
|
|
Licence PremVehRec model
|
{$Licence->PremiseVehicleRecord[0]->vehicle_model}
|
|
|
Licence PremVehRec registration
|
{$Licence->PremiseVehicleRecord[0]->vehicle_registration_number}
|
|
|
Licence Received Date
|
{$Licence->received_date|date_format:"%d %B %Y"}
|
31 August 2017
|
|
Licence received date
|
{$Licence->received_date|date_format:"%d %B %Y"}
|
|
|
SportsGroundsActivity Licence activity
|
{$Licence->SportsGroundActivityTypes[0]->activity}
|
|
|
SportsGroundsActivity Licence date from
|
{$Licence->SportsGroundActivityTypes[0]->date_from}
|
|
|
SportsGroundsActivity Licence date to
|
{$Licence->SportsGroundActivityTypes[0]->date_to}
|
|
|
SportsGroundsActivity Licence times
|
{$Licence->SportsGroundActivityTypes[0]->times}
|
|
|
SportsGroundsActivity Licence area
|
{$Licence->SportsGroundAreas[0]->area}
|
|
|
SportsGroundsAreas Licence date from
|
{$Licence->SportsGroundAreas[0]->date_from}
|
|
|
SportsGroundsAreas Licence date to
|
{$Licence->SportsGroundAreas[0]->date_to}
|
|
|
SportsGroundsActivity Licence max capacity
|
{$Licence->SportsGroundAreas[0]->max_capacity}
|
|
|
SportsGroundsActivity Licence p factor
|
{$Licence->SportsGroundAreas[0]->p_factor}
|
|
|
SportsGroundsActivity Licence s factor
|
{$Licence->SportsGroundAreas[0]->s_factor}
|
|
|
Licence Start Date
|
{$Licence->start_date|date_format:"%d-%m-%Y"}
|
|
|
Statement Booked
|
{$Licence->StatementBooked->type|escape:'html'} : {$Licence->StatementBooked->completed_date_formatted_date_input}
|
Statement Booked
|
|
Statement of knowledge and understanding complete
|
{$Licence->StatementComplete->type|escape:'html'} : {$Licence->StatementComplete->completed_date_formatted_date_input}
|
Statement of knowledge and understanding complete
|
|
Street Trading Articles Sold
|
{$Licence->StreetTradingLicence->articles_to_be_sold}
|
items sold
|
|
Street Trading Licence contact name
|
{$Licence->StreetTradingLicence->Contact->contact_name}
|
|
|
Street Trading Licence Contact DOB
|
{$Licence->StreetTradingLicence->Contact->date_of_birth|date_format:"%d/%m/%Y"}
|
28/11/1980
|
|
Street Trading Licence DOB
|
{$Licence->StreetTradingLicence->date_of_birth|date_format:"%d/%m/%Y"}
|
28/11/2023
|
|
Street Trading Licence
|
{$Licence->StreetTradingLicence->Location->pao_string}
|
|
|
Street Trading Licence Mobile
|
{$Licence->StreetTradingLicence->mobile}
|
|
|
Street Trading Licence Nat Insurance
|
{$Licence->StreetTradingLicence->national_insurance_number}
|
|
|
Trading Period
|
{$Licence->StreetTradingLicence->trading_period}
|
Trading Period
|
|
Size
|
{$Licence->StreetTradingLicence->trading_period}
|
1.2m x 2.2m
|
|
Licence Details Summary -> Application Number
|
{$LicenceSummaryDetails->id}
|
123456
|
|
Taxi max vehicles
|
{$Licence->TaxiOperatorLicence->max_vehicles}
|
|
|
Temporary Events Licence club certificate num
|
{$Licence->TemporaryEventsNoticeLicence->club_premises_certificate_number}
|
|
|
Temporary Event Notice Consumption of Alcoholic Supplies
|
{$Licence->TemporaryEventsNoticeLicence->consumption_of_alcoholic_supplies_name}
|
Both/On/Off the premises
|
|
Temporary Events Licence DOB
|
{$Licence->TemporaryEventsNoticeLicence->date_of_birth|date_format:"%d %B %Y"}
|
31 August 2017
|
|
Temporary Events Licence desc of restricted premise
|
{$Licence->TemporaryEventsNoticeLicence->description_of_restricted_premises_area}
|
|
|
Temporary Events Licence intended end date
|
{$Licence->TemporaryEventsNoticeLicence->intended_end_date|date_format:"%d %B %Y"}
|
31 August 2017
|
|
Temporary Events Licence intended start date
|
{$Licence->TemporaryEventsNoticeLicence->intended_start_date|date_format:"%d %B %Y"}
|
31 August 2017
|
|
Temporary Events Licence Nat Insurance
|
{$Licence->TemporaryEventsNoticeLicence->national_insurance_number}
|
|
|
Temporary Events Licence nature of premise
|
{$Licence->TemporaryEventsNoticeLicence->nature_of_premises}
|
|
|
Temporary Events Licence Place of Birth
|
{$Licence->TemporaryEventsNoticeLicence->place_of_birth}
|
Brent
|
|
Temporary Events Licence premise licence num
|
{$Licence->TemporaryEventsNoticeLicence->premise_licence_number}
|
|
|
Temporary Events Licence previous name
|
{$Licence->TemporaryEventsNoticeLicence->previous_names}
|
|
|
Licence Trading Name
|
{$Licence->trading_name|html_entity_decode}
|
Licence trading name
|
|
Date of first registration
|
{$Licence->VehicleLicence->date_first_registered|date_format:"%d %B %Y"}
|
|
|
Vehicle Lic Insurance End Date
|
{$Licence->VehicleLicence->insurance_end_date|date_format:"%d-%m-%Y"}
|
|
|
vehicle Licence Policy Number
|
{$Licence->VehicleLicence->insurance_policy_number}
|
|
|
Vehicle Lic Insurance Start Date
|
{$Licence->VehicleLicence->insurance_start_date|date_format:"%d-%m-%Y"}
|
|
|
Vehicle Lic Last MOT
|
{$Licence->VehicleLicence->last_mot_test_date|date_format:"%d-%m-%Y"}
|
|
|
Licence Plate number
|
{$Licence->VehicleLicence->licence_plate_number}
|
|
|
Vehicle Lic Next MOT
|
{$Licence->VehicleLicence->next_mot_test_date|date_format:"%d-%m-%Y"}
|
|
|
Vehicle Number of Seats
|
{$Licence->VehicleLicence->number_of_seats}
|
|
|
Vehicle Licence Photo
|
{$Licence->VehicleLicence->photo}
|
|
|
Vehicle Registration
|
{$Licence->VehicleLicence->registration}
|
|
|
Vehicle age
|
{$Licence->VehicleLicence->vehicle_age}
|
|
|
Vehicle Colour
|
{$Licence->VehicleLicence->VehicleColour->description}
|
|
|
Vehicle Make
|
{$Licence->VehicleLicence->VehicleManufacturer->name}
|
make
|
|
Vehicle Model
|
{$Licence->VehicleLicence->vehicle_model_description}
|
model
|
|
Vehicle Taxi Licence Operator Name
|
{$Licence->VehicleTaxiLicence->applicant->contact_name}
|
18/11/2019
|
|
Vehicle Taxi Licence Operator Licence Number
|
{$Licence->VehicleTaxiLicence->licence_number}
|
18/11/2019
|
|
Day, Start Time, End Time, Further Details
|
{section name=row loop=$Licence->StreetTradingTime} {$Licence->StreetTradingTime[row]->day} {$Licence->StreetTradingTime[row]->start_time} {$Licence->StreetTradingTime[row]->end_time} {$Licence->StreetTradingTime[row]->further_details} {/section}
|
Friday
|