{% extends "misago/thread/replies.html" %} {% load i18n %} {% block page-details %} {{ block.super }}
  • {% endblock page-details %} {% block thread-actions %} {{ block.super }} {% if 'participants' in thread_actions %} {% endif %} {% endblock thread-actions %} {% block post-actions %} {{ block.super }} {% if thread.participant %}
    {% csrf_token %}
    {% endif %} {% endblock post-actions %} {% block javascripts %} {{ block.super }} {% endblock %}