{% extends 'sb_sync/base.html' %} {% block title %}Dashboard - SB Sync Configuration{% endblock %} {% block page_title %}Dashboard{% endblock %} {% block content %}
| Name | Slug | Status |
|---|---|---|
| {{ org.name }} | {{ org.slug }} |
{% if org.is_active %} Active {% else %} Inactive {% endif %} |
No organizations configured
| Model | App |
|---|---|
{{ model }} |
{{ model.split.0 }} |
| ... and {{ models|length|add:"-10" }} more models | |
No models discovered