{% extends "base.html" %} {% load compress static hc_extras %} {% block title %}Account Settings - {% site_name %}{% endblock %} {% block content %}
Project | Checks | My Role | |
---|---|---|---|
{{ project }}
|
{% with project.check_set.count as n %} {{ n }} check{{ n|pluralize }} {% endwith %} | {% if project.owner == request.user %} Owner {% else %} Member {% endif %} | {% if project.owner == request.user %} Settings {% else %} Leave {% endif %} |
You don't have any projects. Create one!
{% endif %} Create New Project