{% extends "base.html" %} {% block title %}Websites β€” Website Checker{% endblock %} {% block content %}
{% for w in websites %} {% else %} {% endfor %}
IDNameTypeURLNoteVisibilityCreated ByActions
{{ w.id }} {{ w.name }} {{ w.check_type }} {{ w.url[:60] }}{% if w.url|length > 60 %}…{% endif %} {{ (w.note or '')[:40] }}{% if (w.note or '')|length > 40 %}…{% endif %} {{ w.visibility }} {{ w.creator or 'β€”' }}
No websites configured.
{% endblock %}