{% extends "base.html" %} {% block title %}Bulletins{% endblock %} {% block content %}
System announcements and news from the sysop.
| Title | Posted | Status |
|---|---|---|
| {% if b.is_pinned %} {% endif %} {{ b.title }} | {{ b.created_at.strftime('%Y-%m-%d %H:%M') }} | {% if b.expires_at %} expires {{ b.expires_at.strftime('%Y-%m-%d') }} {% endif %} |