{% extends "base.html" %} {% block title %}{{ integration.name }} - MySQL to Sheets Sync{% endblock %} {% block page_title %}{{ integration.name }}{% endblock %} {% block page_subtitle %}
{{ integration.integration_type|upper }} {% if not integration.is_active %}Inactive{% endif %}
{% endblock %} {% block content %}{{ integration.host }}
{{ integration.port or 'Default' }}
{{ integration.database_name }}