{% 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

account

manage your display name, email, and password.

edit profile

plan

{{ plan }}

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

services

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

bouncer

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

your bouncer is running

{% else %}

your bouncer is not ready

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

no bouncer configured

create bouncer {% endif %} {% else %}

shared bouncer

your free plan includes access to the shared bouncer via web chat.

{% endif %}

bots

{% if bot_count > 0 %}
{{ bot_count }} bots
{{ bots_running }} running
manage bots {% else %}

no bots configured

create a bot {% endif %}
{% endblock %}