{% extends "base.html" %} {% block title %}Social Media Analytics - Norda Biznes Partner{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Pelny przeglad kont social media firm czlonkowskich
Te firmy wymagaja uzupelnienia danych o kontach social media.
| Firma | Platforma | URL | Zrodlo | Zweryfikowano | Status |
|---|---|---|---|---|---|
| {{ entry.company_name }} | {{ sm.platform|upper }} | {{ sm.url[:50] }}{% if sm.url|length > 50 %}...{% endif %} | {{ sm.source or '-' }} | {% set days_ago = (now - sm.verified_at).days if sm.verified_at else 999 %} {{ sm.verified_at.strftime('%Y-%m-%d') if sm.verified_at else '-' }} | {% if sm.is_valid %}OK{% else %}Nieaktywny{% endif %} |