{% extends 'semantic_template.html' %} {% load django_tables2 %} {% block body %}

{{ country }}

Persons in this country

{% render_table table 'django_tables2/semantic.html' %} {% endblock %}