{% extends 'cjkcms/pages/web_page.html' %} {% load static wagtailcore_tags wagtailimages_tags bootstrap_icons %} {% block content_body %}
{% user_can_see course_page user 'SECURITY_CONTENTS' as can_see_contents %} {% if can_see_contents %} {% include 'lxp/snippets/activity_sidenav.html' %} {% if activity.summary %}
{{ activity.summary | richtext }}

{% endif %} {% with blocks=self.content %} {% for block in blocks %} {% with 'lxp/activity_blocks/'|add:block.block_type|add:'.html' as template %} {% include template %} {% endwith %} {% endfor %} {% endwith %} {% if activity.related_links.all %}
Related links: {% for link in activity.related_links.all %} {% endfor %}
{% endif %}
Published: {{ activity.publication_year }} {% if activity.related_authors %} {% for author in activity.related_authors.all %} By: {{ author.name }} {% if author.country %} ({{ author.country }}) {% endif %} {% if author.affiliation %}, {{ author.affiliation }} {% endif %} {% endfor %} {% endif %}
{% if user.is_authenticated %}
{% endif %} Return to Course Index
{% else %}

You do not have permissions to see this content. Please sign in.

{% endif %}
{% endblock content_body %} {% block custom_assets %} {% endblock custom_assets %} {% block custom_scripts %} {% endblock custom_scripts %}