{% set sidenav_items = this.parent.parent.children %} {% set resource_name = this.resource_name or this._path.split('/')[-1][:-('-guide'|length)] %} {% set resource = bag('community-training-materials', resource_name) %}
{% include 'sidenav.html' %}

{{ resource['name'] }}

{{ _('Maintained by') }} {{ resource['author'] }}
{{ _('Last updated') }} {{ resource['date'] }}
{{ _('Estimated time') }} {{ this.estimated_time or 'FIXME: NO TIME ESTIMATE' }}

{{ resource['description'] }}

{% if this.objectives %}

{{ _('Objectives') }}

    {% for objective in this.objectives %}
  • {{ objective }}
  • {% endfor %}
{% endif %} {% if this.external_sources %}

{{ _('External reading sources') }}

    {% for external_source in this.external_sources %}
  • {{ external_source }}
  • {% endfor %}
{% endif %} {% if this.sample_slides %}

{{ _('Download sample slides') }}

{% for slide in this.sample_slides.blocks %}

{{ slide.language }}

{% if slide.view_link or slide.pdf_link or slide.odp_link %}
{% if slide.view_link %} {% endif %} {% if slide.pdf_link %} {% endif %} {% if slide.odp_link %} {% endif %}
{% endif %}
{% endfor %}
{% endif %} {% if this.topics %}

{{ _('Topics') }}

{% for topic in this.topics %} {{ topic }} {%- if loop.index != this.topics|length -%} {{ ', ' }} {% endif %} {% endfor %}

{% endif %}

{{ _('Join the Conversation') }}

{{ _('Do you have ideas on how to improve our training material and educational outreach? Join the conversation on the Tor Project forum. Simply create a post under the “Education” category!') }}