{% extends "base_status.html" %} {% block title %}Edit Check Command{% endblock %} {% block smallheader %}edit{% endblock %} {% block largeheader %}Check Command{% endblock %} {% block nav1 %}misc{% endblock %} {% block toolbar %} {% endblock %} {% block content %} {% if pagelist %} Following is a list of your custom pages: {% for i in pagelist %} {% endfor %}
Page name
{{ i }}
{% else %} No custom pages found in your pages.d directory. Drop a file in {{ pages_directory }} and try again. {% endif %} {% endblock %}