mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-23 13:11:04 -05:00
10 lines
233 B
HTML
10 lines
233 B
HTML
<div id="changelist-filter">
|
|
<h2>Tools & Info</h2>
|
|
<h3>Status</h3>
|
|
{% if status %}
|
|
<p>Mandrill is <strong>UP</strong></p>
|
|
{% else %}
|
|
<p>Mandrill is <strong>DOWN</strong></p>
|
|
{% endif %}
|
|
</div>
|