Status
  • No input is needed
Photos Download
    {% if progress._photos_count != 0 %}
  • {{ progress.photos_percent }} %
    {{ progress._photos_counter }} / {{ progress._photos_count }}
  • {% endif %} {% if progress.photos_last_message != None and progress._photos_count == 0 %}
  • Last Message
    {{ progress.photos_last_message }}
  • {% endif %} {% if progress._waiting != 0 %}
  • Waiting for next iteration
    {{ progress.waiting_readable }}
  • {% endif %}
Config
    {% for record in config %}
  • {{ record }}
    {{ config[record] }}
  • {% endfor %}