{% 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 %}
{% comment %} We use pagination, but we do not show the elements here {% if not pagination.number == 1 %} {% include "cosinnus/utils/pagination.html" with widget=pagination %} {% endif %} {% endcomment %} {% for note in object_list %} {% include 'cosinnus_note/single_note_embeddable.html' with object=note %} {% empty %} {# {% include 'cosinnus/common/empty_button.html' with message="There are no public news posts" %} #}

{% 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 %}
{% endblock main_page %} {% block footer %} {% endblock footer %}