{% extends "base.html" %} {% block title %}MOTD Pool{% endblock %} {% block content %}
Each login picks one MOTD at random (weighted). Active rows only.
| On | Wt | Text | Added | |
|---|---|---|---|---|
| {% if m.is_active %}on{% else %}off{% endif %} | {{ m.weight }} | {{ m.text }} | {{ m.created_at.strftime('%Y-%m-%d') }} |