{% extends 'base.html' %} {% block title %}overview{% endblock %} {% block head %} {% if SCRAPYD_SERVERS_AMOUNT > 1 and (page_view == 1 or page_view % CHECK_LATEST_VERSION_FREQ == 0) %} {% else %} {% endif %} {% endblock %} {% block body %} {% if (SCRAPYD_SERVERS_AMOUNT > 1 and page_view == 1) or IS_IE_EDGE %} {% endif %}

Monitor and control all of your Scrapyd servers

{% endblock %}