0.0.118
This commit is contained in:
15
templates/widgets/w_project.html
Normal file
15
templates/widgets/w_project.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
||||
<div class="el_container_projects_slider{% if not forloop.first %} hide{% else %} show{% endif %}" data-index-slide-proj="{{ forloop.counter }}" data-count-slides-proj="{{ page.get_projects|length }}">
|
||||
<div class="left_part_proj">
|
||||
<div class="title_proj">{% translate "Примеры проектов" %}</div>
|
||||
<div class="name_proj">{{ project.name }}</div>
|
||||
<div class="task_title">{% translate "Задача" %}</div>
|
||||
<div class="task_description">{{ project.description|safe|linebreaksbr }}</div>
|
||||
</div>
|
||||
<div class="right_part_proj">
|
||||
<img class="img_proj" src="{{ MEDIA_URL }}{{ project.picture }}" alt="">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user