{% extends "base.html" %} {% block title %}{{ contact.full_name }} - {{ contact.organization_name }} - Kontakty - Norda Biznes Hub{% endblock %} {% block meta_description %}{{ contact.full_name }} - {{ contact.position or '' }} w {{ contact.organization_name }}. Kontakt zewnetrzny Norda Biznes.{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
← Powrot do listy kontaktow
{% if contact.photo_url %} {{ contact.full_name }} {% else %} {{ contact.first_name[0]|upper }} {% endif %}
{{ contact.full_name }}
{% if contact.position %}
{{ contact.position }}
{% endif %}
{{ contact.organization_name }}
{{ org_type_labels.get(contact.organization_type, contact.organization_type) }} {% if contact.is_verified %}
✓ Zweryfikowany
{% endif %}
{% if contact.has_contact_info or contact.phone_secondary %}

📞 Dane kontaktowe

{% if contact.phone %}
📞
{% endif %} {% if contact.phone_secondary %}
📱
Telefon dodatkowy
{% endif %} {% if contact.email %} {% endif %} {% if contact.website %}
🌐
{% endif %}
{% endif %} {% if contact.has_social_media %}

👥 Media spolecznosciowe

{% endif %}

🏢 Organizacja

🏢
Nazwa
{{ contact.organization_name }}
{% if contact.organization_address %}
📍
Adres
{{ contact.organization_address }}
{% endif %} {% if contact.organization_website %}
🌐
{% endif %}
{% if contact.project_name %}

🚀 Projekt

{{ contact.project_name }}
{% if contact.project_description %}
{{ contact.project_description }}
{% endif %}
{% endif %} {% if contact.related_links and contact.related_links|length > 0 %} {% endif %} {% if contact.tags_list %}

🏷 Tagi

{% for tag in contact.tags_list %} {{ tag }} {% endfor %}
{% endif %} {% if contact.notes %}

📝 Notatki

{{ contact.notes }}
{% endif %} {% if contact.source_url %} {% endif %}
Dodano: {{ contact.created_at.strftime('%d.%m.%Y %H:%M') if contact.created_at else 'nieznana' }} {% if contact.creator %} przez {{ contact.creator.name or contact.creator.email }} {% endif %} {% if contact.updated_at and contact.updated_at != contact.created_at %} | Zaktualizowano: {{ contact.updated_at.strftime('%d.%m.%Y %H:%M') }} {% endif %}
{% endblock %}