{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}

{% trans "Country Listing" %}

{% trans "country" %}{{ object.country_iso2 }}
{% trans "created" %}{{ object.created }}
{% trans "modified" %}{{ object.modified }}
{% trans "Edit Country" %} {% endblock %}