{% extends "base.html" %} {% load static %} {% block title %}Vendor Dashboard - Local Secrets{% endblock %} {% block content %}

Welcome, {{ user.vendor.company_name }}!

Manage your business presence on Local Secrets

Total Sites

{{ total_sites }}

Total Events

{{ total_events }}

Subscription

{{ subscription.plan.name }}

Expires: {{ subscription.end_date|date }}
Recent Sites
View All
{% if recent_sites %} {% else %}

No sites added yet.

{% endif %}
Recent Events
View All
{% if recent_events %} {% else %}

No events added yet.

{% endif %}
{% endblock %} {% block extra_css %} {% endblock %}