{% mbd_img "mini_buildd" "Home: "|add:mbd.daemon.get_title %}
{% for name in mbd.config.ATTENTION_MENU %} {% mbd_dict_get mbd.daemon.attention name as attention %} {% mbd_dict_get mbd.config.URIS name as uris %}
{{ name|title }}
{% endfor %}
{% mbd_api "ls" %}
Documentation▼
Manual
API
Sitemap
Homepage➚
Admin▼
Setup
Configure
Log
{{ user.username|default:"Logged Off" }}▼
{% if user.is_authenticated %}
{% mbd_accounts "logout" name="Logout" %}
{% mbd_accounts "profile" name="User Profile" %}
{% mbd_accounts "password_change" name="Change Password" %}
{% mbd_accounts "login" name="Change User" %}
{% else %}
{% mbd_accounts "login" name="Login" %}
{% mbd_accounts "auth_password_reset" name="Reset Password" %}
{% mbd_accounts "registration_register" name="Sign Up" %}
{% endif %}
JavaScript not available:
Usability limited
{% mbd_img "mini_buildd" "Home: "|add:mbd.daemon.get_title %}
Page
JSON
{% mbd_img "reload" "Reload Parent Page" %}
{% mbd_img "close" "Close" %}
{% block page_title %}{% endblock %}
{% block menu_c %}{% endblock %}
{% block menu_r %}{% endblock %} {% if view.mbd_since %}
{% endif %} {% if path %}
{% mbd_img "top" "Top" %}
{% url name path|mbd_parent as up %} {% if up %}
{% mbd_img "up" "Up" %}
{% endif %} {% endif %} {% if view.mbd_dirview %} {% if not view.mbd_isfile %} {% url route path as view_uri %} {% if view_uri %}
{% mbd_img "view" "Switch To Standard View" %}
{% endif %} {% endif %} {% else %} {% url route|add:'-dir' path as dir_uri %} {% if dir_uri %}
{% mbd_img "dir" "Switch to Directory View" %}
{% endif %} {% endif %}
{% block section %}{% endblock %}
{#
{% filter force_escape %}{% debug %}{% endfilter %}
#}