{% extends "core/base.jinja" %} {% block title %} {% trans user_name=user.get_display_name() %}{{ user_name }}'s Trombi{% endtrans %} {% endblock %} {% block content %}
{% trans trombi = user.trombi_user.trombi %}You are subscribed to the Trombi {{ trombi }}{% endtrans %}
{% trans %}You can not write comments at this date.{% endtrans %}
{% trans start=trombi.subscription_deadline|date(DATE_FORMAT), end=trombi.comments_deadline|date(DATE_FORMAT) %}Comments are only allowed between {{ start }} (excluded) and {{ end }} (included){% endtrans %}