{% extends "djangobmf/base_full.html" %} {% load sekizai_tags i18n %} {% block base_footer %} {% if has_history and history or has_files or has_comments %} {% if has_files %} {% addtoblock "js" %}{% endaddtoblock %} {% addtoblock "js" %}{% endaddtoblock %} {% endif %}
{% if has_files or has_comments %}
{% if has_files %} {% endif %} {% if bmfactivity.comments %} {% endif %}
{% endif %}
{% if bmfactivity.comments %}
{% csrf_token %}
{{ bmfactivity.comment_form.topic }}
{{ bmfactivity.comment_form.text }}
{% comment %}
{% endcomment %}

{% endif %} {% if has_files %}
{% csrf_token %}
{{ history_file_form.file }}
TODO: Make it possible to drop files into the browser window
{% endif %} {% for item in bmfactivity.qs %}{% include item.get_template with item=item %}{% endfor %}
{% endif %} {% endblock %}