{% extends 'layouts/base.html' %} {% load static %} {% load i18n %}{% get_current_language as LANG %} {% block title %}{% trans "Report Builder" %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{% trans "Report Builder" %}

{% trans "Create custom reports with filters and export options" %}

|

{% trans "Select a data source to see available columns" %}

{% trans "Configure your report and click \"Generate Report\" to see results" %}

{% endblock %} {% block extra_js %} {% endblock extra_js %}