+
+ {#if is_fixed}
+ {$_("create-a-new-fixed-donation")}
+ {:else}{$_("create-a-new-distance-donation")}{/if}
+
+
+
+
+ {$_(
+ "please-provide-the-nessecary-information-to-create-a-new-donation"
+ )}
+
+
+
+
+
+
+ {#if !is_fixed}
+
+
+
+ {/if}
+
+
+
+
+ €
+
+ {#if !is_amount_valid}
+
+ {$_("donation-amount-must-be-greater-that-0-00eur")}
+
+ {/if}
+
+ {#if is_fixed}
+
+
+
+
+
+ {#if is_paid}
+ {$_("paid")}
+ {:else}
+ {$_("open")}
+ {/if}
+
+
+
+ {/if}
+
+