Y
Size: a a a
Y
М
D
Y
Y
D
Y
М
D
This error usually means you've forgotten a closing quote somewhere in the template you're trying to render. For example: {% url 'my_view %} (wrong) instead of {% url 'my_view' %} (correct). In this case it's the colon that's causing the problem. Normally you'd edit the template to use the correct {% url %} syntax.
Y
М
Y
М
D
Y
D
М
Y
D