{% load bootstrap3 comments_utils %}
{% if comment %}
{% include "djangocms_comments/comment.html" with comment=comment %}
{% endif %}
{% csrf_token %} {% if comment %} {% bootstrap_alert "Your comment has been sent" alert_type="success" %} {% endif %} {% if is_user %}
{{ request.user }} {% if request.user.is_staff %}Staff{% endif %}
X comentarios
{% else %}
{% bootstrap_field form.username show_label=false horizontal_label_class='col-md-0' %} {% bootstrap_field form.email show_label=false horizontal_label_class='col-md-0' %} {% bootstrap_field form.website show_label=false horizontal_label_class='col-md-0' %}
{% endif %}
{% bootstrap_form_errors form %}
{% bootstrap_field form.body show_label=false %}
{{ form.config_id }} {{ form.page_type }} {{ form.page_id }} {% bootstrap_button "Submit" button_type="submit" %}