{% extends "cosinnus/base.html" %} {% load i18n cosinnus_tags widget_tweaks %} {% block page_title %}EMBED {% trans "Notes" %}: {{group.name}} {% endblock %} {% block cosinnus_navbar %} {% endblock cosinnus_navbar %} {% block extrahead %} {{ block.super }} {% endblock extrahead %} {% block extrafooter %} {% endblock extrafooter %} {% block html_attributes %}style="overflow: auto;"{% endblock html_attributes %} {% block body_attributes %}style="padding-top: 10px!important;background: transparent !important;"{% endblock body_attributes %} {% block main_page %}
{% trans "There are no public news posts" %}
{% endfor %} {% comment %} A nice "check out more" backlink to the embedded's group dashboard {% endcomment %} {% comment %} We use pagination, but we do not show the elements here {% include "cosinnus/utils/pagination.html" with widget=pagination %} {% endcomment %}