{% extends "base.html" %} {% load oftctags %} {% block navmenu %} {% if user.is_authenticated %}
Time Registered | {{ account.reg_time|fromts }} |
Last quit time | {{ account.last_quit_time|fromts }} |
Last quit message | {{ account.last_quit_msg }} |
Last host | {{ account.last_host }} |
URL | {{ account.url }} |
Cloak string | {{ account.cloak }} |
E-mail address | {{ account.email }} |
Nickname enforcement | {% if account.flag_enforce %}On{% else %}Off{% endif %} |
Nickname security | {% if account.flag_secure %}On{% else %}Off{% endif %} |
Nickname privacy | {% if account.flag_private %}On{% else %}Off{% endif %} |
Cloak | {% if account.flag_cloak %}On{% else %}Off{% endif %} |