{% extends "base_side.html" %} {% load i18n %} {% load bootstrap3 %} {% load render_table from django_tables2 %} {% block maincontent %}

{% trans "View & Edit: " %}{% trans "Question" %}

  • {% trans "Added: " %} 15 jul 2015
  • {% trans "Updated: " %} 18 jul 2015
  • {% trans "Reported: " %} 10 jul 2015
{% bootstrap_button "Cancel" button_type="submit" value="Cancel" button_class="btn btn-sm" %} {% bootstrap_button "Update" button_type="submit" value="update" button_class="btn btn-sm btn-success" %}
{% trans "Tags" %}
{% bootstrap_button "Delete" button_type="submit" value="delete" button_class="btn btn-danger btn-sm" %}
{% bootstrap_button "Cancel" button_type="submit" value="Cancel" button_class="btn btn-sm" %} {% bootstrap_button "Update" button_type="submit" value="update" button_class="btn btn-sm btn-success" %}
{% endblock maincontent %}