{% extends "base.html" %} {% block title %}Write a post{% endblock %} {% block heading %}Write a post{% endblock %} {% block body %} {% if outcomes %}
| Account | Result | Detail |
|---|---|---|
|
{{ outcome.account_name }} {{ outcome.platform }} |
{{ outcome.state }}
{% if outcome.error_kind %}
{{ outcome.error_kind }} {% endif %} |
{{ outcome.detail }}
{% if outcome.link %}
{{ outcome.link }} {% endif %} |
Every one of those is a separate turn of this app's own loop. A network
refusing did not stop the ones after it, because this app chose to carry
on - see views/posting.py.
Nothing is connected yet. Connect an account.
{% else %}Everything above is a real option name, checked against the platform file it belongs to. A name a network has never heard of is refused before anything is sent, with the accepted names in the message.
{% endif %} {% endblock %}