{% extends '@admin/layouts/commonmaster.html.twig' %} {% block title %} | Dashboard {% endblock %} {% block content %}
{% if has_season %}
{% if app.user.hasRole('ROLE_SUPER_ADMIN') or app.user.hasRole('ROLE_ADMIN') %}
{% for season in seasons %}
{% endfor %}
{% elseif app.user.hasRole('ROLE_CLERK') %} {% embed '@admin/clerk/dashboard.html.twig' %} {% endembed %} {% else %} {% endif %}
{% else %}

There are no upcoming seasons in the system

No Upcoming Seasons Scheduled

No upcoming seasons found

Try creating a season to populate your dashboard

{% endif %}
{% endblock %} {% block scripts %} {% endblock %}