{% load i18n %} {% comment %} This template provides before/after partials for wrapping the review table in a form for state changes. Used via table.include_before_table and table.include_after_table attributes. {% endcomment %} {% partialdef before %}
{% csrf_token %} {% endpartialdef %} {% partialdef after %}
{% translate "Accept" context "action: accept a proposal" %}: {% translate "Reject" context "action: reject a proposal" %}:
{% endpartialdef %}