{% extends "base.html" %} {% block title %}Trello Integration - PairCoder Setup{% endblock %} {% block content %}
{% if is_locked %} {% include "partials/locked_overlay.html" %} {% else %}

Enable Trello Integration

Sync tasks, track progress, and automate workflow with Trello.

{% endif %} {% endblock %}