{% extends "_base.html" %} {% load url from future %} {% load sub %} {% block title %} {{ block.super }} - Welcome {{ user }} {% endblock %} {% block content %}

Welcome {{ user }} Change password Preferences

Summary

{% with categories|length as num_categories %} Watching {{ num_categories }} categor{{ num_categories|pluralize:"y,ies"}} {% endwith %}
{% with herds|length as num_herds %} Watching {{ num_herds }} herd{{ num_herds|pluralize:"s"}} {% endwith %}
{% with maintainers|length as num_maintainers %} Watching {{ num_maintainers }} maintainer{{ num_maintainers|pluralize:"s"}} {% endwith %}
{% with packages|length as num_packages %} Watching {{ num_packages }} package{{ num_packages|pluralize:"s"}} {% endwith %}
{% include "euscan/_package_vlogs.html" %}
{% endblock %}