{% extends 'base.html' %} {% load static %} {% load i18n %} {% block title %}{{ pe.country }}, {{ pe.date_from }}{% endblock %} {% block content %} {% if pe %}
{{ pe.country }}, {{pe.get_cities}}{% if pe.city_desc %}, {{ pe.city_desc }}{% endif %}
{{ pe.date_from }}{% if pe.date_to %}–{{ pe.date_to }}{% endif %}, {{ pe.date_text }}
{{ pe.duration }}
{{ pe.participants_nr }}
{% if pe.violent %}violent{% else %}non-violent{% endif %}
No protest event found!
{% endif %} {% endblock %}