This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| from django import template | |
| from django.utils.encoding import force_unicode | |
| from django.utils import timezone | |
| from django.core.cache import cache | |
| # import datetime | |
| # from django.conf import settings | |
| # from django.utils.formats import sanitize_separators | |
| # from django.utils.html import conditional_escape as esc |
NewerOlder