{% load humanize %} {% load i18n %} {% load utilities %} {% with status_type=request.GET.status_type %}
{% with 0|uuid as uuid %} {% include 'snippets/create_status/status.html' with type="review" %} {% endwith %}
{% with 0|uuid as uuid %} {% include 'snippets/create_status/status.html' with type="comment" %} {% endwith %}
{% with 0|uuid as uuid %} {% include 'snippets/create_status/status.html' with type="quotation" %} {% endwith %}
{% endwith %}