{% extends "base.html" %} {% block navmenu %} {% if user.is_authenticated %}
  • NickServ
  • ChanServ
  • {{ channel.channel }}
  • Access List
  • AKick List
  • {% endif %} {% endblock %} {% block bodycontent %}

    Channel information for {{ channel.channel }}

    Time Registered {{ reg_time }}
    Description {{ channel.description }}
    URL {% if channel.url %} {{ channel.url }} {% else %} Not set {% endif %}
    E-mail {% if channel.email %} {{ channel.email }} {% else %} Not set {% endif %}
    Topic {{ channel.topic }}
    Entry message {{ channel.entrymsg }}
    Mode lock {{ channel.mlock }}
    Topic lock {% if channel.topic_lock %}On{% else %}Off{% endif %}
    Channel privacy {% if channel.flag_privacy %}On{% else %}Off{% endif %}
    Restricted mode {% if channel.flag_restricted %}On{% else %}Off{% endif %}
    Verbose {% if channel.flag_verbose %}On{% else %}Off{% endif %}
    Auto limit {% if channel.flag_autolimit %}On{% else %}Off{% endif %}
    Expire bans {% if channel.flag_expirebans %}On{% else %}Off{% endif %}
    Auto op {% if channel.flag_autoop%}On{% else %}Off{% endif %}
    Auto voice {% if channel.flag_autovoice %}On{% else %}Off{% endif %}
    Auto save {% if channel.flag_autosave %}On{% else %}Off{% endif %}
    Leave ops {% if channel.flag_leaveops %}On{% else %}Off{% endif %}
    Floodserv {% if channel.flag_floodserv %}On{% else %}Off{% endif %}
    {% endblock %}