{% extends "site_base.html" %} {% load static %} {% load i18n %} {% load review_tags %} {% load teams_tags %} {% load registrasion_tags %} {% load lca2018_tags %} {% block head_title %}Dashboard{% endblock %} {% block page_title %}User Dashboard{% endblock %} {% block alert %} {% endblock %} {% block content %} {% registration_available as show_registration %} {% if show_registration %} {% include "symposion/dashboard/_categories.html" %} {% endif %}