{% for post in posts %} {{ post.title }} {% if post.sent_at %} Sent {% elif post.published_at %} Published {% else %} Draft {% endif %} {{ post.published_at.strftime('%b %d, %Y') if post.published_at else '—' }} {% if not post.published_at %}
{% endif %} {% if post.published_at and not post.sent_at %}
{% endif %}
{% endfor %} {% if next_cursor %} {% endif %}