Patent Intelligence Report

{{ client_name }}

Week of {{ report_date }}

{{ stats.total }}
Patents Analyzed

📋 Executive Summary

Critical Threats

{{ stats.critical }}

High Priority

{{ stats.high }}

Medium Priority

{{ stats.medium }}

Low/Monitor

{{ stats.low }}

{% if stats.critical > 0 %}
🚨 Critical Alert: {{ stats.critical }} patents require immediate attention

Competitors are filing patents in core technology areas that may threaten {{ client_name }}'s competitive position. Review recommended actions for each patent below.

{% endif %} {% if stats.by_company %}

Top Competitor Activity

{% for company, count in stats.by_company.items() %} {{ company }}: {{ count }} patents {% endfor %}
{% endif %}

📊 Analytics Dashboard

Threat Level Distribution

Patents by Competitor

{% if stats.by_technology %}

Technology Focus Areas

{% for tech, count in stats.by_technology.items() %}
{{ tech }} {{ count }}
{% endfor %}
{% endif %}

🔍 Detailed Patent Analysis

{% for patent in patents %} {% set threat_color = threat_colors.get(patent.threat_level, '#6b7280') %}

{{ patent.title }}

{{ patent.company }} {{ patent.publication_date or patent.filing_date }} {% if patent.patent_id %} {{ patent.patent_id }} {% endif %}

{{ patent.threat_level or 'Unknown' }}
{% if patent.abstract %}

Abstract: {{ patent.abstract[:300] }}{% if patent.abstract|length > 300 %}...{% endif %}

{% endif %}
{% if patent.technology_category %} {{ patent.technology_category }} {% endif %} {% if patent.technology_area %} {{ patent.technology_area }} {% endif %} {% if patent.inventor %} 👤 {{ patent.inventor[:50] }}{% if patent.inventor|length > 50 %}...{% endif %} {% endif %}
{% if patent.strategic_analysis or patent.analysis %}

💡 Strategic Analysis

{{ patent.strategic_analysis or patent.analysis }}
{% if patent.action_recommended %} ⚡ {{ patent.action_recommended }} {% endif %} {% if patent.affected_business_area %} 🏢 {{ patent.affected_business_area }} {% endif %}
{% endif %}
{% if patent.filing_date %} Filed: {{ patent.filing_date }} {% endif %}
{% if patent.epo_link %} 🔗 View on EPO → {% endif %}
{% endfor %}

No patents match your search criteria.