{{ insurance_company }}
{{ company_address }} | {{ company_phone }}
Declaration Page
{{ declaration_date }}
Policy Number
{{ policy_number }}
{{ policy_status | default("Active") }}
Named Insured
Name{{ insured_name }}
Address{{ insured_address }}
Phone{{ insured_phone }}
Email{{ insured_email }}
Policy Period
Effective Date{{ effective_date }}
Expiration Date{{ expiration_date }}
Policy Type{{ policy_type }}
Agent{{ agent_name }}
Coverage Summary
{% for coverage in coverages %}
{{ coverage.type }}
{{ coverage.limit }}
{{ coverage.deductible | default("") }}
{% endfor %}
Deductibles & Limits
Per Occurrence
{{ deductible_occurrence }}
Aggregate Limit
{{ aggregate_limit }}
Per Person
{{ per_person_limit }}
Premium
Total Premium
{{ premium_period | default("Annual") }}
{{ total_premium }}
{% if special_conditions %}
Special Conditions
{{ special_conditions }}
{% endif %}