cremcrem2devdev2diademsformagenericinstru_searchlamnlivemultiproductionrelease/1.4.4securitysocialstoragetestvideo
|
Last change
on this file since 9d3f1f3 was
9d3f1f3,
checked in by olivier <>, 4 years ago
|
|
provide template inheritance wrappers, move real templates into templates/telemeta_default
|
-
Property mode set to
100644
|
|
File size:
417 bytes
|
| Line | |
|---|
| 1 | {% extends "telemeta/base.html" %} |
|---|
| 2 | {% load telemeta_utils %} |
|---|
| 3 | |
|---|
| 4 | {% block content %} |
|---|
| 5 | <h3><a href="{% url telemeta-geo-continents %}">WORLD</a> / |
|---|
| 6 | {{ continent.name }}</h3> |
|---|
| 7 | <ul> |
|---|
| 8 | {% for country in continent.countries %} |
|---|
| 9 | <li><a href="{% url telemeta-geo-country-collections continent.name,country.name|urlencode %}"> |
|---|
| 10 | {{ country.name|lower|capfirst }} ({{ country.count }})</a></li> |
|---|
| 11 | {% endfor %} |
|---|
| 12 | </ul> |
|---|
| 13 | {% endblock %} |
|---|
Note: See
TracBrowser
for help on using the repository browser.