{# What this app wrote down about every post it tried. socialchimp raises and stops; keeping a record of that is the app's job, not the library's. #} {% for attempt in attempts %} {% endfor %}
WhenAccountResult
{{ attempt.attempted_at }} {{ attempt.account_name }}
{{ attempt.platform }}
{% if attempt.worked %} {{ attempt.state }} {% if attempt.url %}{{ attempt.url }} {% elif attempt.post_id %}{{ attempt.post_id }}{% endif %} {% if attempt.state == "SCHEDULED" %}
There is no link yet. The network has taken a plan, not published a post.
{% endif %} {% if attempt.state == "WAITING_FOR_PERSON" %}
Nothing more will happen until somebody opens the app. Do not sit and poll this one.
{% endif %} {% else %} {{ attempt.error }} {% endif %}