{% extends 'base.html' %} {% load i18n %} {% load staticfiles %} {% block title %} {% trans "Dashboard" %} {% endblock title %} {% block content %} {% with studio_count=studio_request_courses|length published_count=published_course_runs|length %}