LCEPL
Dashboard
Subcontractor List
New Add
List
Subcontractor RA Bills
Subcontractor Dashboard
Import File
Show Reports
Client RA Bills
Import Client File
Show Report
Comparison Report
Client vs Subcontractor
Formats
Masters
Rate Master
Client Standard Rates
Formats
{% if session.get("user_id") %}
{{ session.get("user_name") }}
{{ session.get("user_name") }}
Logged in user
Dashboard
Activity Log
Manage Account
Logout
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{% if category == 'success' %}
{% elif category == 'danger' %}
{% elif category == 'warning' %}
{% elif category == 'info' %}
{% endif %}
{% if category == 'success' %} Success {% elif category == 'danger' %} Error {% elif category == 'warning' %} Warning {% elif category == 'info' %} Information {% endif %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}
Please Wait...
Processing your request...