{% include 'client/includes/article/article_logo.html' with obj=object %}
{% include 'client/includes/article/article_logo.html' with obj=object %}
<h1>{{ object.main_title }}</h1>
<h1>{{ object.main_title }}</h1>
<strong><span>{{ object.publish_date|date:"d E Y" }}</span><aclass="profile_link"href="{{ object.author.get_permanent_url }}"title="">{{ object.author.get_full_name }}</a></strong>
<strong><span>{{ object.created|date:"d E Y" }}</span>{% if object.theme.all.exists %}{% include 'includes/article_theme.html' with obj=object %}{% endif %}</strong>
{% if request.user.is_admin %}
{% if request.user.is_admin %}
<atarget="_blank"class="button green "href="/admin/article/blog/{{ object.slug }}/">{% trans 'изменить' %}</a>
<atarget="_blank"class="button green "href="/admin/article/blog/{{ object.slug }}/">{% trans 'изменить' %}</a>
{% endif %}
{% endif %}
@ -30,18 +30,6 @@
</div>
</div>
<divclass="blog_avtor">
<divclass="blog_avtor">
<table>
<tr>
<th>{% trans 'Автор' %}:</th>
<td><ahref="{{ object.author.get_permanent_url }}"title="">{% include 'includes/show_logo.html' with obj=object.author %}</a></td>