<%= isEdit ? 'Update activity details' : 'Create a new activity' %>
| ID: | <%= data._id %> |
| Created: | <%= new Date(data.createdAt).toLocaleDateString('vi-VN') %> |
| Updated: | <%= new Date(data.updatedAt).toLocaleDateString('vi-VN') %> |