{% extends "cosinnus/widgets/base_widget.html" %} {% load i18n cosinnus_tags %} {% block widget_icon %} {% if widget_icon_content %} {{ widget_icon_content }} {% else %} {% endif %} {% endblock widget_icon %} {% block widget_button %} {% if link_label %}{{ link_label }}{% else %}{% trans "More" %}{% endif %} {% endblock widget_button %}