{% load staticfiles %}
Indabom: A simple, open source bill of materials tool
IndaBOM
IndaBOM
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 %}
{% block content %}{% endblock %} {% block action-btn %}{% endblock %}