Scheduled Posts

LinkedIn Posts

{% if linkedin_posts %}
{% for post in linkedin_posts %} {% endfor %}
Platform Description Image URL Schedule Time
{{ post.platform|capitalize }} {{ post.text }} {% if post.image_url %} Post Image {% else %} No image {% endif %} {{ post.scheduled_time.strftime('%Y-%m-%d %H:%M') }}
{% else %}
No LinkedIn posts scheduled.
{% endif %}

Twitter Posts

{% if twitter_posts %}
{% for post in twitter_posts %} {% endfor %}
Platform Description Image URL Schedule Time
{{ post.platform|capitalize }} {{ post.text }} {% if post.image_url %} Post Image {% else %} No image {% endif %} {{ post.scheduled_time.strftime('%Y-%m-%d %H:%M') }}
{% else %}
No Twitter posts scheduled.
{% endif %}