{% extends 'base.html' %} {% load static %} {% load i18n %} {% block title %}{{ pe.country }}, {{ pe.date_from }}{% endblock %} {% block content %} {% if pe %}

{{pe.get_cities}} ({{ pe.country }}): {{ pe.date_from }}{% if pe.date_to %}–{{ pe.date_to }}{% endif %}

Location

{{ pe.country }}, {{pe.get_cities}}{% if pe.city_desc %}, {{ pe.city_desc }}{% endif %}

Date

{{ pe.date_from }}{% if pe.date_to %}–{{ pe.date_to }}{% endif %}, {{ pe.date_text }}

Duration

{{ pe.duration }}

# of participants

{{ pe.participants_nr }}

Claims

{{ pe.claims | safe }}

Course

{% if pe.violent %}violent{% else %}non-violent{% endif %}

Treatment by authorities

{{ pe.treatment | safe }}

Sources

{{ pe.sources | safe }}
{# col-md-12 #}
{# row #} {% else %}

No protest event found!

{% endif %} {% endblock %}