{% extends "company_base.html" %} {% block title %}Strategie - {{ session.company_name }}{% endblock %} {% block content %}

Unternehmensstrategie

Diese Strategie wird bei der Erstellung aller LinkedIn-Posts deiner Mitarbeiter berücksichtigt.

PDF hochladen, analysieren lassen und die Felder automatisch befüllen.

{% if success %}
Strategie erfolgreich gespeichert!
{% endif %} {% if error %}
{{ error }}
{% endif %}

Mission & Vision

Brand Voice

Zielgruppe

Content-Säulen

Die Hauptthemen, über die dein Unternehmen postet.

{% for pillar in strategy.content_pillars or [] %}
{% endfor %} {% if not strategy.content_pillars %}
{% endif %}

Do's

{% for do in strategy.dos or [] %}
{% endfor %} {% if not strategy.dos %}
{% endif %}

Don'ts

{% for dont in strategy.donts or [] %}
{% endfor %} {% if not strategy.donts %}
{% endif %}
{% endblock %}