{% extends "base.html" %} {% block title %}Websites — Website Checker{% endblock %} {% block content %}
| ID | Name | Type | URL | Note | Visibility | Created By | Actions |
|---|---|---|---|---|---|---|---|
| {{ 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. | |||||||