{% extends "withnav_template.html" %} {% block page_title %} {{ session.get('service_name', 'Dashboard') }} – GOV.UK Notify {% endblock %} {% block maincolumn_content %} {% if service.restricted %} {% include 'views/dashboard/trial-mode-banner.html' %} {% endif %} {% if not templates and current_user.has_permissions(['send_texts', 'send_emails', 'send_letters'], any_=True) %} {% include 'views/dashboard/get-started.html' %} {% endif %} {% if templates %}
{% include 'views/dashboard/today.html' %}
{% include 'views/dashboard/jobs.html' %} {% endif %} {% endblock %}