{% extends "base.html" %} {% load compress static hc_extras %} {% block title %}Account Settings - {% site_name %}{% endblock %} {% block content %}

Settings {{ request.user.email }}

Status Badges

{% site_name %} provides status badges for each of the tags you have used. Additionally, the "{% site_name %}" badge shows the overall status of all checks in a project. The badges have public, but hard-to-guess URLs. You can use them in your READMEs, dashboards or status pages.

{% for badge_set in badges %} {% for urldict in badge_set.urls %} {% endfor %} {% endfor %}
{{ badge_set.project }}
{{ urldict.svg }}
{% for badge_set in badges %} {% for urldict in badge_set.urls %} {% endfor %} {% endfor %}
{{ badge_set.project }}
{{ urldict.json }}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}