{% extends 'wrapper.html' %} {% load static %} {% load custom_filters %} {% block content %}
{% if achievements %}
{% for achievement in achievements %}

{{ achievement.title }}

{% if achievement.sub_title %}

{{ achievement.sub_title }}

{% endif %}

{{ achievement.excerpt|truncatewords:20 }}

{% if achievement.achievement_date %} {{ achievement.achievement_date|date:"d.m.Y" }} {% endif %}
{% endfor %}
{% else %}

Достижения скоро появятся

Здесь будут отображаться награды и сертификаты

{% endif %}
{% endblock %}