{% extends "base.html" %} {% set active_nav = "admin" %} {% block title %}Sites - Admin - LSMC Atlas{% endblock %} {% block content %}
| Name | Organization | EUID | Code | Address | Contact | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ site.name }} | {{ site.organization_name or site.organization_euid }} | {{ site.id }} | {{ site.site_code or '-' }} | {% if site.address %} {{ site.address.get('city', '') }}{% if site.address.get('state') %}, {{ site.address.get('state') }}{% endif %} {% else %} - {% endif %} | {% if site.contact_email %} {{ site.contact_email }} {% else %} - {% endif %} | {{ 'Active' if site.is_active else 'Inactive' }} | Edit Site |
No sites configured
Create First Site