{% if user.is_authenticated %}

{% blocktranslate with name=user.get_full_name|default:user.username %} Welcome back, {{ name }} {% endblocktranslate %}

{% translate "Here's what's happening with your business today." %}

{% translate "Last updated" %}

{{ "now"|date:"H:i" }}

{% translate "Total Users" %}

{{ total_users|default:0 }}

{% translate "Total Companies" %}

{{ total_companies|default:0 }}

{% translate "Active Projects" %}

{% if user.is_authenticated %}

{{ user_active_projects|default:0 }}

{% else %}

{{ active_projects|default:0 }}

{% endif %}

{% translate "Team Members" %}

{% if user.is_authenticated %}

{{ user_team_members|default:0 }}

{% else %}

{{ total_team_members|default:0 }}

{% endif %}

{% translate "Recent Activity" %}

{% translate "View all" %}

{% translate "Quick Actions" %}

{% include "core/partials/quick_actions.html" %}

{% translate "Notifications" %}

{% if user.is_superuser %}

{% translate "System Status" %}

{% endif %}
{% else %}
{% translate "Enterprise-Grade Business Solutions" %}

{% translate "Transform Your" %} {% translate "Business Future" %}

{% translate "Experience the next generation of enterprise management with ERICA - where innovation meets excellence in business operations." %}

{% translate "Streamline processes, enhance collaboration, and drive unprecedented growth with our comprehensive platform designed for modern enterprises." %}

{% translate "Enterprise Security" %}
{% translate "24/7 Support" %}
{% translate "10,000+ Users" %}
{% translate "Premium Features" %}

{% translate "Everything You Need" %} {% translate "to Succeed" %}

{% translate "Discover powerful tools designed to transform your business operations, enhance team collaboration, and drive measurable results." %}

{% translate "Company Management" %}

{% translate "Organize your company structure, manage departments, and streamline operations with our comprehensive management tools." %}

{% translate "Learn More" %}

{% translate "Team Collaboration" %}

{% translate "Enhance productivity with advanced collaboration tools, messaging, and project management features." %}

{% translate "Learn More" %}

{% translate "Analytics & Reporting" %}

{% translate "Gain deep insights with powerful analytics, custom reports, and real-time business intelligence." %}

{% translate "Learn More" %}

{% translate "And much more..." %}

{% translate "Project Management" %} {% translate "Financial Tracking" %} {% translate "Internal Messaging" %} {% translate "Time Tracking" %} {% translate "Payroll Management" %}
{% translate "Proven Results" %}

{% translate "Trusted by" %} {% translate "Enterprises Worldwide" %}

{% translate "Join thousands of companies worldwide who have transformed their business operations with ERICA." %}

10,000+

{% translate "Active Users" %}

{% translate "Growing daily" %}

{{ total_companies|default:0 }}

{% translate "Companies" %}

{% translate "Enterprise clients" %}

99.9%

{% translate "Uptime" %}

{% translate "Reliability guaranteed" %}

24/7

{% translate "Support" %}

{% translate "Always available" %}

{% translate "Trusted by industry leaders" %}

TECH CORP
GLOBAL INC
ENTERPRISE LTD
DIGITAL SOLUTIONS
INNOVATE CO
{% translate "Market Intelligence" %}

{% translate "Stay Ahead with" %} {% translate "Live Market Data" %}

{% translate "Monitor global market trends and trading insights in real-time. Make informed decisions with comprehensive financial data." %}

{% translate "Live Data" %}

{% translate "Global Market Indices" %}

{% translate "Real-time trading data from major world markets" %}

{% translate "Last updated" %}

{{ "now"|date:"H:i:s" }}

S&P 500

NASDAQ

Dow Jones

FTSE 100

DAX

CAC 40

{% translate "Market Watch" %}

{% translate "Monitor key market movements and trading volumes in real-time." %}

{% translate "Analytics" %}

{% translate "Advanced analytics and reporting for informed decision making." %}

{% translate "Alerts" %}

{% translate "Get notified about significant market movements and opportunities." %}

{% translate "Ready to Transform" %} {% translate "Your Business?" %}

{% translate "Join thousands of enterprises already using ERICA to streamline operations, boost productivity, and drive growth. Start your free trial today." %}

{% translate "No credit card required" %}
{% translate "14-day free trial" %}
{% translate "Cancel anytime" %}
{% endif %}