bouncers
{% if bouncers.is_empty() %}no bouncers yet
{{ bouncer.name }}
{{ bouncer.hostname }} -- {% if bouncer.ready %}ready{% else %}not ready{% endif %}
{% extends "base.html" %} {% block title %}bouncers - irc.now{% endblock %} {% block banner %}{% include "partials/announcement.html" %}{% endblock %} {% block flash %}{% include "partials/flash.html" %}{% endblock %} {% block content %}
no bouncers yet
{{ bouncer.hostname }} -- {% if bouncer.ready %}ready{% else %}not ready{% endif %}