diff --git a/templates/customer_Freelancer_Template_Request_Fulfilment_ERROR.html b/templates/customer_Freelancer_Template_Request_Fulfilment_ERROR.html new file mode 100644 index 0000000..0c94901 --- /dev/null +++ b/templates/customer_Freelancer_Template_Request_Fulfilment_ERROR.html @@ -0,0 +1,61 @@ + + + + + + +

Freelancer: {{freelancername}}

+
+ Template Name: {{templatename}}
+ Template ID: {{templateid}}
+
+ {{#REQUEST_NOT_FILLED}} +
+ Request form was not filled out completely - Request was not created +
+ {{/REQUEST_NOT_FILLED}} + {{#ERROR_TEMPLATE_NOT_FOUND}} +
+ Template Could not be found - Request was not created +
+ {{/ERROR_TEMPLATE_NOT_FOUND}} + {{#ERROR_COMMISSIONS_CLOSED}} +
+ Commissions are closed - Request was not created +
+ {{/ERROR_COMMISSIONS_CLOSED}} + {{#ERROR_UNABLE_TO_CREATE_REQUEST}} +
+ The Request could not be created +
+ {{/ERROR_UNABLE_TO_CREATE_REQUEST}} +
+
+ +
+
+
+ +
+ + + + + + \ No newline at end of file