LCEPL
Dashboard
Subcontractor Model
Add of Subcontractor
List of Subcontractor
Sub-contractor File System
File Import
Reports Download
Client File System
File Import
old Reports Generate
new Reports Generate
Formats
{% if session.get("user_id") %}
Hi, {{ session.get("user_name") }}
Logout
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}
{% block content %}{% endblock %}