= __('Event Name', BDP_LV_PLUGIN_SLUG); ?> | = __('Count participants', BDP_LV_PLUGIN_SLUG); ?> | = __('Actions', BDP_LV_PLUGIN_SLUG); ?> |
---|---|---|
' . $event->event_name .' | '; echo '' . $participant_count . ' ' . number_format($amount, 2, ',') . ' Euro '; echo number_format($participant_count > 0 ? $amount / $participant_count : 0, 2, ',') . ' Euro / Teili | ';
echo ' ' .
'' . __('Edit', BDP_LV_PLUGIN_SLUG) . ' ' . ($event->signup_allowed ? '' . __('Deny registration', BDP_LV_PLUGIN_SLUG) . '' : '' . __('Allow registration', BDP_LV_PLUGIN_SLUG) . '') . ' ' . '' . __('Move to Archive', BDP_LV_PLUGIN_SLUG) . ' | ';
echo '