{% extends 'base.html' %} {% load fontawesome_5 %} {% load i18n %} {% load static %} {% block imports %} {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% for event in events %}
{% include "AKDashboard/dashboard_row.html" %} {% if event.contact_email %}

{% fa5_icon "envelope" "fas" %} {% trans "Write to organizers of this event for questions and comments" %}

{% endif %}
{% empty %}

{% trans 'Currently, there are no Events!' %}

{% trans 'Please contact an administrator if you want to use AKPlanning.' %}

{% endfor %} {% endblock %}