{% extends "base.html" %} {% block title %}{{ company.name }} - Norda Biznes Partner{% endblock %} {% block extra_css %} {% endblock %} {% block content %} Powrót do katalogu
{% if company.category %} {{ company.category.name }} {% endif %}

{{ company.name }}

{% if company.description_short %}

{{ company.description_short }}

{% endif %}
{% if company.website %} {% endif %} {% if company.email %} {% endif %} {% if company.phone %} {% endif %} {% if company.address_city %}
{{ company.address_city }}
{% endif %}
{% if maturity_data %}

📊 Dojrzałość Cyfrowa

{{ maturity_data.overall_score }}
Overall Score
Online Presence {{ maturity_data.online_presence_score }}/100
Sales Readiness {{ maturity_data.sales_readiness|upper }}
{% if maturity_data.total_opportunity_value %}
Opportunity Value {{ "{:,.0f}".format(maturity_data.total_opportunity_value) }} PLN
{% endif %}
{% if maturity_data.critical_gaps %}

Kluczowe braki:

{% for gap in maturity_data.critical_gaps %} {{ gap }} {% endfor %}
{% endif %}
{% endif %} {% if false %} {% if website_analysis %}

🌐 Analiza Strony Internetowej

{% if website_analysis.content_summary %}

{{ website_analysis.content_summary }}

{% endif %}
Bogactwo treści {{ website_analysis.content_richness_score }}/10
CMS {{ website_analysis.cms_detected or 'Unknown' }}
SSL {% if website_analysis.has_ssl %}✓ Tak{% else %}✗ Nie{% endif %}
Responsive {% if website_analysis.is_responsive %}✓ Tak{% else %}✗ Nie{% endif %}

Funkcje strony:

{% if website_analysis.services_extracted %}

Usługi zidentyfikowane na stronie:

{% for service in website_analysis.services_extracted[:10] %} {{ service }} {% endfor %}
{% endif %} {% if website_analysis.missing_features %}

Rekomendowane usprawnienia:

{% endif %}
{% endif %} {% endif %} {% if company.founding_date or company.founding_story or company.owners_text or company.board_members_text %}

📜 Historia i Struktura

{% if company.founding_story %}

{{ company.founding_story }}

{% endif %} {% if company.owners_text %}

Właściciele:

{{ company.owners_text }}

{% endif %} {% if company.board_members_text %}

Zarząd:

{{ company.board_members_text }}

{% endif %} {% if company.contact_person %}

Osoba kontaktowa:

{{ company.contact_person }}

{% endif %}
{% endif %} {% if company.description_full %}

O firmie

{{ company.description_full }}
{% endif %} {% if company.services %}

Usługi

{% for cs in company.services %} {% if cs.service %} {{ cs.service.name }} {% endif %} {% endfor %}
{% endif %} {% if company.competencies %}

Kompetencje

{% for cc in company.competencies %} {% if cc.competency %} {{ cc.competency.name }} {% endif %} {% endfor %}
{% endif %}

Informacje prawne i biznesowe

{% if company.legal_name %}
Pełna nazwa {{ company.legal_name }}
{% endif %} {% if company.nip %}
NIP {{ company.nip }}
{% endif %} {% if company.regon %}
REGON {{ company.regon }}
{% endif %} {% if company.krs %}
KRS {{ company.krs }}
{% endif %} {% if company.year_established %}
Rok założenia {{ company.year_established }}
{% endif %} {% if company.employees_count %}
Liczba pracowników {{ company.employees_count }}
{% endif %}
{% if company.address_full or company.address_street %}

Adres

{% if company.address_full %}

{{ company.address_full }}

{% else %}

{{ company.address_street }}
{{ company.address_postal }} {{ company.address_city }}

{% endif %}
{% endif %} {% endblock %}