{% extends "base.html" %} {% load compress humanize static hc_extras %} {% block title %}Add Trello - {% site_name %}{% endblock %} {% block content %}

Trello

With this integration, {% site_name %} will create a Trello card each time a check goes down.

{% csrf_token %} Trello Connect Trello
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}