|
|
|
|
@ -33,7 +33,10 @@ |
|
|
|
|
<ul class="article_info"> |
|
|
|
|
<li><i class="fa fa-user"></i> {{ object.author_s.fullname }}</li> |
|
|
|
|
<li><i class="fa fa-calendar"></i> {{ object.publish_date|date:"d E Y" }}</li> |
|
|
|
|
<li>Раздел: <a href="/blogs/theme/{{ object.theme.all.0.url }}"> {{ object.theme.all.0 }} </a></li> |
|
|
|
|
<li> |
|
|
|
|
Раздел: |
|
|
|
|
{% for x in object.theme.all %}<a href="/blogs/theme/{{ x.url }}"> {{ x }} </a>{% if not forloop.last %}, {% endif %}{% endfor %} |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
{# <strong><span>{{ object.publish_date|date:"d E Y" }}</span></strong> #} |
|
|
|
|
{% if object.tag.all.exists %} |
|
|
|
|
|