{% if title %}
MiniBase - {{ title }}
{% else %}
MiniBase
{% endif %}
MiniBase
{% if current_user.is_authenticated %}
Overwiev
Relations
Customers
Suppliers
Register Company
Update Company
Register Contact
Update Contact
Custommer
Admin
User Management
Company Regiters Legal Entity
Company Register Relation
Company Register Industry
Contact Attributes
Countries
Database
Custommer
Projects
{% else %}
Overwiev
Projects
Custommer
Manufacturer
Messages
FuP
Contacts
Search By
Project Name
Customer Name
Project ID
Customer ID
Cutsom Options
{% 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 %}