{% if title %}
MiniBase - {{ title }}
{% else %}
MiniBase
{% endif %}
MiniBase
{% if current_user.is_authenticated %}
Overwiev
Relations
Customers
Suppliers
Register Company
Update Company
Register Person
Update Person
Custommer
Admin
User Management
Company Regiters Legal Entity
Company Register Relation
Company Register Status
Person Register Competence
Person Register Role
Project Register Status
Product Register Status
Product Register Eligibility
Product Register Domain
Product Register Classification
Product Register Category
Product Register Sub Category
Product Register Physical
Product Register Packaging
Note Register Status
Register Industry
Database
Custommer
Projects
{% endif %}
{% if current_user.is_authenticated %}
Account
Logout
{% else %}
Login
Register
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}