{% extends 'core/base.html' %} {% block title %}Teams | {{ block.super }}{% endblock %} {% block page-header-title %}

List of teams

{% endblock %} {% block page-header-right %}
{% include 'accounts/user-widget.html' with logout_redirect=request.path %}
Create a new team {% endblock %} {% block content %} {% if is_paginated %}
{% endif %} {% endblock %}