1 {% extends 'bigly/_base.html' %}
7 {% if 200 <= status and status < 300 %}
8 <td style='color: green;'>{{ status }}</td>
9 {% elif 400 <= status and status < 600 %}
10 <td style='color: red;'>{{ status }}</td>
16 <td>Content Type:</td>
17 <td>{{ content_type }}</td>
21 <td><a href='{{ link }}'>{{ link }}</a></td>
27 {% for r in redirect_sequence %}
29 {% comment "Add something that communicates when utm parameters were removed." %}