{% extends "templates/lilcity/index.html" %} {% load static %} {% block title %}{{ contest_work.child_full_name }}, {{ contest_work.age }} лет{% endblock title %} {% block ogimage %}http://{{request.META.HTTP_HOST}}{{ contest_work.image.image.url }}{% endblock ogimage %} {% block content %}
{{ contest_work.child_full_name }}
{{ contest_work.age }} {% if contest_work.age < 5 %}года{% else %}лет{% endif %}
{% if prev_contest_work %}
Предыдущая работа
{% else %}
{% endif %} {% if next_contest_work %}
Следующая работа
{% else %}
{% endif %}
{% include 'templates/blocks/share.html' %}
{% endblock content %}