{% extends "base.html" %} {% block title %}bouncers - irc.now{% endblock %} {% block content %}

bouncers

{% if bouncers.is_empty() %}

no bouncers yet

{% else %} {% for bouncer in bouncers %}

{{ bouncer.name }}

{{ bouncer.hostname }}

{% endfor %} {% endif %}
{% endblock %}