{% load staticfiles %}
BOM | {% block head-title %}{% endblock %}
BOM
BOM
menu
{% block menu %}{% endblock %} {% if user.is_superuser and user.is_authenticated %}
Admin
{% endif %} {% if user.is_authenticated %}
Logout
{% endif %} {% if not user.is_authenticated %}
Login
{% endif %}
{% block mobilemenu %}{% endblock %} {% if user.is_superuser and user.is_authenticated %}
Admin
{% endif %} {% if user.is_authenticated %}
Logout
{% endif %} {% if not user.is_authenticated %}
Login
{% endif %}
{% block title %}{% endblock %}
{% if messages %}
{% for message in messages %}
{{ message.message }}
{% endfor %}
{% endif %} {% block content %}{% endblock %} {% block action-btn %}{% endblock %}