{% extends "portal_base.html" %} {% block title %}Compose · Social{% endblock %} {% block topbar_title %}Compose & preview{% endblock %} {% block extra_head %} {% endblock %} {% block portal_content %} {% if not accounts %}
No social accounts connected. Connect Facebook, Instagram, or LinkedIn first.
{% endif %}

Compose

Manage accounts
{% if error %}
  • {{ error }}
{% endif %}
{% csrf_token %}
0 characters · IG soft limit ~2,200
Images (JPEG/PNG/GIF/WebP, ≤8 MB) or one video (MP4/MOV/WebM, ≤100 MB). Instagram requires media. Don’t mix images + video on one post.
{% for account in accounts %} {% empty %}

No active accounts.

{% endfor %} {% if accounts %} {% endif %}
Needed only if you click Schedule. Leave blank to Send now.

AI assist

{% csrf_token %} {% for id in form.account_ids %} {% endfor %}

Generated text fills the caption field. Review before publishing.

Preview

Preview updates as you type or attach media.

View recent posts

{% endblock %} {% block extra_js %} {% endblock %}