diff --git a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html index 5bc7d9cee9..dc2b59ec32 100644 --- a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html +++ b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html @@ -3,18 +3,21 @@ <%include file="add_coupon_modal.html" args="section_data=section_data" /> <%include file="edit_coupon_modal.html" args="section_data=section_data" /> +
+ %if section_data['access']['finance_admin'] is True: + +

${_("Transactions")}

+ %if section_data['total_amount'] is not None: + ${_("Total Amount: ")}$${section_data['total_amount']} + %endif +

${_("Click to generate a CSV file for all purchase transactions in this course")}

-

+

%endif -
-

${_("Coupons List")} - %if section_data['total_amount'] is not None: - ${_("Total Amount: ")}$${section_data['total_amount']} - %endif -

+

${_("Coupons List")}

${_("Coupons Information")}