{% extends "base.html" %} {% load static %} {% load i18n %} {% block content %}
{% trans "ID" %} | {% trans "Link" %} | {% trans "country" %} | {% trans "created" %} | {% trans "modified" %} |
{{object.pk}} | {{object}} | {{ object.country_iso2 }} | {{ object.created }} | {{ object.modified }} |