{% extends "base.html" %} {% block title %}dashboard - irc.now{% endblock %} {% block banner %}{% include "partials/announcement.html" %}{% endblock %} {% block flash %}{% include "partials/flash.html" %}{% endblock %} {% block content %}

dashboard

bouncer

{% if has_bouncer %} {% if bouncer_ready %}

your bouncer is running

{% else %}

your bouncer is not ready

{% endif %}
{{ networks }} networks
{{ channels }} channels
{{ messages_relayed }} messages
{{ bouncer_uptime }} uptime
manage bouncers {% else %}

no bouncer configured

create bouncer {% endif %}

content

{{ paste_count }} pastes ({{ paste_storage }})
{{ pic_count }} images ({{ pic_storage }})

plan

{{ plan }}

{% if !is_pro %} upgrade to pro {% endif %}

account

manage your display name, email, and password.

edit profile
{% endblock %}